mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
- Add *.pch to list of ignored files.
svn path=/trunk/; revision=10347
This commit is contained in:
parent
a0198bed0d
commit
03578741a9
4 changed files with 4 additions and 1 deletions
|
@ -10,4 +10,5 @@ temp.exp
|
||||||
*.sym
|
*.sym
|
||||||
*.tmp
|
*.tmp
|
||||||
*.gch
|
*.gch
|
||||||
|
*.pch
|
||||||
*.map
|
*.map
|
||||||
|
|
|
@ -4,3 +4,4 @@ Makefile.tests
|
||||||
*.d
|
*.d
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
|
*.pch
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
temp.exp
|
temp.exp
|
||||||
*.tmp
|
*.tmp
|
||||||
*.gch
|
*.gch
|
||||||
|
*.pch
|
||||||
*.sys
|
*.sys
|
||||||
*.coff
|
*.coff
|
||||||
*.sym
|
*.sym
|
||||||
|
|
|
@ -4,4 +4,4 @@ Makefile.tests
|
||||||
*.d
|
*.d
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
|
*.pch
|
||||||
|
|
Loading…
Reference in a new issue