mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Add *.pch to list of ignored files.
svn path=/trunk/; revision=10347
This commit is contained in:
@@ -10,4 +10,5 @@ temp.exp
|
||||
*.sym
|
||||
*.tmp
|
||||
*.gch
|
||||
*.pch
|
||||
*.map
|
||||
|
||||
@@ -4,3 +4,4 @@ Makefile.tests
|
||||
*.d
|
||||
*.o
|
||||
*.a
|
||||
*.pch
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
temp.exp
|
||||
*.tmp
|
||||
*.gch
|
||||
*.pch
|
||||
*.sys
|
||||
*.coff
|
||||
*.sym
|
||||
|
||||
@@ -4,4 +4,4 @@ Makefile.tests
|
||||
*.d
|
||||
*.o
|
||||
*.a
|
||||
|
||||
*.pch
|
||||
|
||||
Reference in New Issue
Block a user