mirror of
https://github.com/reactos/reactos.git
synced 2026-09-13 05:10:40 +08:00
add .cvsignore files for *.o and *.d
svn path=/trunk/; revision=10375
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user