X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e1fe1d55c4b9a8d45d9c640cefe45a345371f9d5..86e90c58f46dd13254e0dc38b9eea37589ace457:/exclude.c diff --git a/exclude.c b/exclude.c index a8e830f1..16b2a562 100644 --- a/exclude.c +++ b/exclude.c @@ -1036,7 +1036,7 @@ static char default_cvsignore[] = " *.a *.olb *.o *.obj *.so *.exe" " *.Z *.elc *.ln core" /* The rest we added to suit ourself. */ - " .svn/ .git/ .bzr/"; + " .svn/ .git/ .hg/ .bzr/"; static void get_cvs_excludes(uint32 rflags) {