Added .svn/ to the cvs_ignore_list and some trailing slashes to the
authorWayne Davison <wayned@samba.org>
Thu, 9 Jan 2003 03:55:57 +0000 (03:55 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 9 Jan 2003 03:55:57 +0000 (03:55 +0000)
other dirs in the list.

exclude.c

index 23ee743..693babb 100644 (file)
--- a/exclude.c
+++ b/exclude.c
@@ -393,12 +393,11 @@ void add_include_line(char *p)
 
 
 static char *cvs_ignore_list[] = {
-  "RCS","SCCS","CVS","CVS.adm","RCSLOG","cvslog.*",
-  "tags","TAGS",".make.state",".nse_depinfo",
-  "*~", "#*", ".#*", ",*", "*.old", "*.bak", "*.BAK", "*.orig",
+  "RCS/", "SCCS/", "CVS/", ".svn/", "CVS.adm", "RCSLOG", "cvslog.*",
+  "tags", "TAGS", ".make.state", ".nse_depinfo",
+  "*~", "#*", ".#*", ", *", "*.old", "*.bak", "*.BAK", "*.orig",
   "*.rej", ".del-*", "*.a", "*.o", "*.obj", "*.so", "*.Z", "*.elc", "*.ln",
-  "core",NULL};
-
+  "core", NULL};
 
 
 void add_cvs_excludes(void)