mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
add .cvsignore files for *.o and *.d
svn path=/trunk/; revision=10375
This commit is contained in:
parent
08cf5682c3
commit
e092a67cea
6 changed files with 14 additions and 0 deletions
|
@ -24,3 +24,4 @@ WineRelease
|
|||
buildno.h
|
||||
notifyhook.dll
|
||||
*.gch
|
||||
*.h.pch
|
||||
|
|
2
reactos/subsys/system/explorer/desktop/.cvsignore
Normal file
2
reactos/subsys/system/explorer/desktop/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.d
|
||||
*.o
|
2
reactos/subsys/system/explorer/dialogs/.cvsignore
Normal file
2
reactos/subsys/system/explorer/dialogs/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.d
|
||||
*.o
|
|
@ -1,2 +1,7 @@
|
|||
Debug
|
||||
Release
|
||||
*.d
|
||||
*.o
|
||||
*.dll
|
||||
*.gch
|
||||
*.h.pch
|
||||
|
|
2
reactos/subsys/system/explorer/shell/.cvsignore
Normal file
2
reactos/subsys/system/explorer/shell/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.d
|
||||
*.o
|
2
reactos/subsys/system/explorer/taskbar/.cvsignore
Normal file
2
reactos/subsys/system/explorer/taskbar/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.d
|
||||
*.o
|
Loading…
Reference in a new issue