- Add *.pch to list of ignored files.

svn path=/trunk/; revision=10347
This commit is contained in:
Filip Navara 2004-08-01 22:02:30 +00:00
parent a0198bed0d
commit 03578741a9
4 changed files with 4 additions and 1 deletions

View file

@ -10,4 +10,5 @@ temp.exp
*.sym *.sym
*.tmp *.tmp
*.gch *.gch
*.pch
*.map *.map

View file

@ -4,3 +4,4 @@ Makefile.tests
*.d *.d
*.o *.o
*.a *.a
*.pch

View file

@ -1,6 +1,7 @@
temp.exp temp.exp
*.tmp *.tmp
*.gch *.gch
*.pch
*.sys *.sys
*.coff *.coff
*.sym *.sym

View file

@ -4,4 +4,4 @@ Makefile.tests
*.d *.d
*.o *.o
*.a *.a
*.pch