Check for linux/falloc.h header file.
[rsync/rsync.git] / exclude.c
index a8e830f..16b2a56 100644 (file)
--- 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)
 {