mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:05:50 +00:00
.cvsignore maintenance
svn path=/trunk/; revision=4986
This commit is contained in:
parent
9389c797ef
commit
258e83341b
13 changed files with 37 additions and 21 deletions
|
@ -4,4 +4,5 @@ csrss.nostrip.exe
|
|||
*.d
|
||||
*.o
|
||||
*.sym
|
||||
*.map
|
||||
win32k.c
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
ntvdm.coff
|
||||
ntvdm.exe
|
||||
ntvdm.nostrip.exe
|
||||
*.coff
|
||||
*.exe
|
||||
*.d
|
||||
*.o
|
||||
*.sym
|
||||
*.map
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
smss.coff
|
||||
smss.exe
|
||||
smss.nostrip.exe
|
||||
*.coff
|
||||
*.exe
|
||||
*.d
|
||||
*.o
|
||||
*.sym
|
||||
*.map
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
autochk.coff
|
||||
autochk.exe
|
||||
autochk.nostrip.exe
|
||||
*.coff
|
||||
*.exe
|
||||
*.d
|
||||
*.o
|
||||
*.sym
|
||||
*.map
|
||||
|
|
|
@ -14,3 +14,4 @@
|
|||
*.sym
|
||||
*.plg
|
||||
*.bak
|
||||
*.map
|
||||
|
|
6
reactos/subsys/system/format/.cvsignore
Normal file
6
reactos/subsys/system/format/.cvsignore
Normal file
|
@ -0,0 +1,6 @@
|
|||
*.coff
|
||||
*.exe
|
||||
*.d
|
||||
*.o
|
||||
*.sym
|
||||
*.map
|
|
@ -1,6 +1,6 @@
|
|||
gstart.coff
|
||||
gstart.exe
|
||||
gstart.nostrip.exe
|
||||
*.coff
|
||||
*.exe
|
||||
*.d
|
||||
*.o
|
||||
*.sym
|
||||
*.map
|
||||
|
|
6
reactos/subsys/system/lsass/.cvsignore
Normal file
6
reactos/subsys/system/lsass/.cvsignore
Normal file
|
@ -0,0 +1,6 @@
|
|||
*.coff
|
||||
*.exe
|
||||
*.d
|
||||
*.o
|
||||
*.sym
|
||||
*.map
|
|
@ -4,3 +4,4 @@ services.nostrip.exe
|
|||
*.d
|
||||
*.o
|
||||
*.sym
|
||||
*.map
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
*.exe
|
||||
*.o
|
||||
*.sym
|
||||
*.map
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
*.exe
|
||||
*.o
|
||||
*.sym
|
||||
*.map
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
winlogon.coff
|
||||
winlogon.exe
|
||||
winlogon.nostrip.exe
|
||||
*.coff
|
||||
*.exe
|
||||
*.d
|
||||
*.o
|
||||
*.sym
|
||||
*.map
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
base.tmp
|
||||
junk.tmp
|
||||
temp.exp
|
||||
win32k.sys
|
||||
win32k.nostrip.sys
|
||||
win32k.coff
|
||||
win32k.sym
|
||||
*.tmp
|
||||
*.sys
|
||||
*.coff
|
||||
*.sym
|
||||
*.map
|
||||
*.d
|
||||
*.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue