From: Sergey Poznyakoff Date: Sat, 14 Jun 2008 10:15:25 +0000 (+0000) Subject: (exclude_vcs_files): Support for Bazaar, Mercurial and Darcs. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=79ce0e67892a9a3c0919e823cfca5cb60472a247 (exclude_vcs_files): Support for Bazaar, Mercurial and Darcs. --- diff --git a/src/tar.c b/src/tar.c index 4b86e75..3ee9ff6 100644 --- 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 };