Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 521835c

Browse files
committed
Ignore *.pla -- the platform annotation information. Also, remove it for
'make clean'.
1 parent d70091e commit 521835c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/paper-letter/.cvsignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
*.ilg
99
*.pdf
1010
*.bkm
11-
*.tar.gz
1211
*.syn
12+
*.pla
1313
README

Doc/paper-letter/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ tut.pdf: $(TUTFILES)
134134

135135

136136
clean:
137-
rm -f *~ *.aux *.idx *.ilg *.ind *.log *.toc *.bkm *.syn
137+
rm -f *~ *.aux *.idx *.ilg *.ind *.log *.toc *.bkm *.syn *.pla
138138

139139
clobber: clean
140140
rm -f $(DVIFILES) $(PSFILES) $(PDFFILES)

0 commit comments

Comments
 (0)