mirror of https://github.com/python/cpython.git
Ignore *.pla -- the platform annotation information. Also, remove it for
'make clean'.
This commit is contained in:
parent
d70091eade
commit
521835c541
|
@ -8,6 +8,6 @@
|
||||||
*.ilg
|
*.ilg
|
||||||
*.pdf
|
*.pdf
|
||||||
*.bkm
|
*.bkm
|
||||||
*.tar.gz
|
|
||||||
*.syn
|
*.syn
|
||||||
|
*.pla
|
||||||
README
|
README
|
||||||
|
|
|
@ -134,7 +134,7 @@ tut.pdf: $(TUTFILES)
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *~ *.aux *.idx *.ilg *.ind *.log *.toc *.bkm *.syn
|
rm -f *~ *.aux *.idx *.ilg *.ind *.log *.toc *.bkm *.syn *.pla
|
||||||
|
|
||||||
clobber: clean
|
clobber: clean
|
||||||
rm -f $(DVIFILES) $(PSFILES) $(PDFFILES)
|
rm -f $(DVIFILES) $(PSFILES) $(PDFFILES)
|
||||||
|
|
Loading…
Reference in New Issue