summaryrefslogtreecommitdiffstats
path: root/Doc/paper-letter
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/paper-letter')
-rw-r--r--Doc/paper-letter/.cvsignore2
-rw-r--r--Doc/paper-letter/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/paper-letter/.cvsignore b/Doc/paper-letter/.cvsignore
index 1d7259e..be78131 100644
--- a/Doc/paper-letter/.cvsignore
+++ b/Doc/paper-letter/.cvsignore
@@ -8,6 +8,6 @@
*.ilg
*.pdf
*.bkm
-*.tar.gz
*.syn
+*.pla
README
diff --git a/Doc/paper-letter/Makefile b/Doc/paper-letter/Makefile
index f4fcb59..7f5f27c 100644
--- a/Doc/paper-letter/Makefile
+++ b/Doc/paper-letter/Makefile
@@ -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)