mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Ignore *.pla -- the platform annotation information. Also, remove it for
'make clean'.
This commit is contained in:
parent
d70091eade
commit
521835c541
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue