summaryrefslogtreecommitdiff
path: root/exclude.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-10-25 02:05:05 +0000
committerWayne Davison <wayned@samba.org>2007-10-25 02:05:05 +0000
commit0485b451ea4c80cb8012d5b4539b05146b013368 (patch)
treebf5847cfca40f85a15522b78f413861fae4db0e2 /exclude.c
parent4efa11680a07d02d48fa70cc3df393ee6bd11082 (diff)
downloadrsync-0485b451ea4c80cb8012d5b4539b05146b013368.tar.gz
Added .git/ to "CVS" excludes.
Diffstat (limited to 'exclude.c')
-rw-r--r--exclude.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exclude.c b/exclude.c
index 729cf97c..c329f0d6 100644
--- 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)
{