Added .git/ to "CVS" excludes.
authorWayne Davison <wayned@samba.org>
Thu, 25 Oct 2007 02:05:05 +0000 (02:05 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 25 Oct 2007 02:05:05 +0000 (02:05 +0000)
exclude.c

index 729cf97..c329f0d 100644 (file)
--- a/exclude.c
+++ b/exclude.c
@@ -900,7 +900,7 @@ static char default_cvsignore[] =
        " *.a *.olb *.o *.obj *.so *.exe"
        " *.Z *.elc *.ln core"
        /* The rest we added to suit ourself. */
-       " .svn/ .bzr/";
+       " .svn/ .git/ .bzr/";
 
 static void get_cvs_excludes(uint32 mflags)
 {