The following commit has been merged in the master branch:
commit 3779bbcd940e318f0d55ed0584b0ba332800e45c
Author: Raphaël Hertzog <[email protected]>
Date: Sun Mar 28 16:01:19 2010 +0200
Dpkg::Source::Package: add .gitattributes to dpkg-source ignore lists
diff --git a/scripts/Dpkg/Source/Package.pm b/scripts/Dpkg/Source/Package.pm
index fb57359..6f3e779 100644
--- a/scripts/Dpkg/Source/Package.pm
+++ b/scripts/Dpkg/Source/Package.pm
@@ -47,7 +47,7 @@ our $diff_ignore_default_regexp = '
# File-names that should be ignored (never directories)
(?:^|/)(?:DEADJOE|\.arch-inventory|\.(?:bzr|cvs|hg|git)ignore)$|
# File or directory names that should be ignored
-(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg(?:tags)?|_darcs|\.git|
+(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg(?:tags)?|_darcs|\.git(?:attributes)?|
\.shelf|_MTN|\.be|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
';
# Take out comments and newlines
@@ -73,6 +73,7 @@ our @tar_ignore_default_pattern = qw(
.cvsignore
.deps
.git
+.gitattributes
.gitignore
.hg
.hgignore
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]