Ignore *.pla -- the platform annotation information. Also, remove it for

'make clean'.
This commit is contained in:
Fred Drake 1999-03-02 16:20:42 +00:00
parent d70091eade
commit 521835c541
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@
*.ilg
*.pdf
*.bkm
*.tar.gz
*.syn
*.pla
README

View File

@ -134,7 +134,7 @@ tut.pdf: $(TUTFILES)
clean:
rm -f *~ *.aux *.idx *.ilg *.ind *.log *.toc *.bkm *.syn
rm -f *~ *.aux *.idx *.ilg *.ind *.log *.toc *.bkm *.syn *.pla
clobber: clean
rm -f $(DVIFILES) $(PSFILES) $(PDFFILES)