]> granicus.if.org Git - python/commitdiff
Ignore *.pla -- the platform annotation information. Also, remove it for
authorFred Drake <fdrake@acm.org>
Tue, 2 Mar 1999 16:20:42 +0000 (16:20 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 2 Mar 1999 16:20:42 +0000 (16:20 +0000)
'make clean'.

Doc/paper-letter/.cvsignore
Doc/paper-letter/Makefile

index 1d7259e193689ff714d52ca14c195df57a2de50f..be781310e48cd64a28c0a023a1ff00da3a459ae3 100644 (file)
@@ -8,6 +8,6 @@
 *.ilg
 *.pdf
 *.bkm
-*.tar.gz
 *.syn
+*.pla
 README
index f4fcb59d9da5899626606226010623044b6cd6f5..7f5f27cf97b896d879819f64cdf9d2bcd9a7e38a 100644 (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)