]> Dogcows Code - chaz/tar/commitdiff
(exclude_vcs_files): Support for Bazaar, Mercurial and Darcs.
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 14 Jun 2008 10:15:25 +0000 (10:15 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 14 Jun 2008 10:15:25 +0000 (10:15 +0000)
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.020964 seconds and 4 git commands to generate.