]> Dogcows Code - chaz/tar/blobdiff - src/tar.c
(exclude_vcs_files): Support for Bazaar, Mercurial and Darcs.
[chaz/tar] / src / tar.c
index 4b86e7556a90963dcc8d1a3a92c6bad728b8854a..3ee9ff6ee4690c51718efb8b3baf26bf014d233b 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -849,6 +849,16 @@ exclude_vcs_files ()
     "=RELEASE-ID",
     "=meta-update",
     "=update",
+    /* Bazaar */
+    ".bzr",
+    ".bzrignore",
+    ".bzrtags",
+    /* Mercurial */
+    ".hg",
+    ".hgignore",
+    ".hgtags",
+    /* darcs */
+    "_darcs",
     NULL
   };
 
This page took 0.019758 seconds and 4 git commands to generate.