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