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
|
||||
*.pdf
|
||||
*.bkm
|
||||
*.tar.gz
|
||||
*.syn
|
||||
*.pla
|
||||
README
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue