From e092a67cea9e0567e1ccd3e7841c84e07f74da2d Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Tue, 3 Aug 2004 19:48:00 +0000 Subject: [PATCH] add .cvsignore files for *.o and *.d svn path=/trunk/; revision=10375 --- reactos/subsys/system/explorer/.cvsignore | 1 + reactos/subsys/system/explorer/desktop/.cvsignore | 2 ++ reactos/subsys/system/explorer/dialogs/.cvsignore | 2 ++ reactos/subsys/system/explorer/notifyhook/.cvsignore | 5 +++++ reactos/subsys/system/explorer/shell/.cvsignore | 2 ++ reactos/subsys/system/explorer/taskbar/.cvsignore | 2 ++ 6 files changed, 14 insertions(+) create mode 100644 reactos/subsys/system/explorer/desktop/.cvsignore create mode 100644 reactos/subsys/system/explorer/dialogs/.cvsignore create mode 100644 reactos/subsys/system/explorer/shell/.cvsignore create mode 100644 reactos/subsys/system/explorer/taskbar/.cvsignore diff --git a/reactos/subsys/system/explorer/.cvsignore b/reactos/subsys/system/explorer/.cvsignore index f14d210818d..62ca2ffbca6 100644 --- a/reactos/subsys/system/explorer/.cvsignore +++ b/reactos/subsys/system/explorer/.cvsignore @@ -24,3 +24,4 @@ WineRelease buildno.h notifyhook.dll *.gch +*.h.pch diff --git a/reactos/subsys/system/explorer/desktop/.cvsignore b/reactos/subsys/system/explorer/desktop/.cvsignore new file mode 100644 index 00000000000..31dc3078b3a --- /dev/null +++ b/reactos/subsys/system/explorer/desktop/.cvsignore @@ -0,0 +1,2 @@ +*.d +*.o diff --git a/reactos/subsys/system/explorer/dialogs/.cvsignore b/reactos/subsys/system/explorer/dialogs/.cvsignore new file mode 100644 index 00000000000..31dc3078b3a --- /dev/null +++ b/reactos/subsys/system/explorer/dialogs/.cvsignore @@ -0,0 +1,2 @@ +*.d +*.o diff --git a/reactos/subsys/system/explorer/notifyhook/.cvsignore b/reactos/subsys/system/explorer/notifyhook/.cvsignore index 0f3a6b1b966..bb848d5ce1a 100644 --- a/reactos/subsys/system/explorer/notifyhook/.cvsignore +++ b/reactos/subsys/system/explorer/notifyhook/.cvsignore @@ -1,2 +1,7 @@ Debug Release +*.d +*.o +*.dll +*.gch +*.h.pch diff --git a/reactos/subsys/system/explorer/shell/.cvsignore b/reactos/subsys/system/explorer/shell/.cvsignore new file mode 100644 index 00000000000..31dc3078b3a --- /dev/null +++ b/reactos/subsys/system/explorer/shell/.cvsignore @@ -0,0 +1,2 @@ +*.d +*.o diff --git a/reactos/subsys/system/explorer/taskbar/.cvsignore b/reactos/subsys/system/explorer/taskbar/.cvsignore new file mode 100644 index 00000000000..31dc3078b3a --- /dev/null +++ b/reactos/subsys/system/explorer/taskbar/.cvsignore @@ -0,0 +1,2 @@ +*.d +*.o