X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/845ed84d70e0409d5bfad121a2e45bf4dbb5fa84..7766e673215542dadc066193a5a166274d00e9ab:/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) {