|
@@ -70,7 +70,7 @@ my $diff_ignore_default_regex = '
|
|
|
(?:^|/)(?:DEADJOE|\.arch-inventory|\.(?:bzr|cvs|hg|git)ignore)$|
|
|
(?:^|/)(?:DEADJOE|\.arch-inventory|\.(?:bzr|cvs|hg|git)ignore)$|
|
|
|
# File or directory names that should be ignored
|
|
# File or directory names that should be ignored
|
|
|
(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|
|
|
(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|
|
|
|
-\.hg(?:tags|sigs)?|_darcs|\.git(?:attributes|modules)?|
|
|
|
|
|
|
|
+\.hg(?:tags|sigs)?|_darcs|\.git(?:attributes|modules|review)?|
|
|
|
\.mailmap|\.shelf|_MTN|\.be|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
|
|
\.mailmap|\.shelf|_MTN|\.be|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
|
|
|
';
|
|
';
|
|
|
# Take out comments and newlines
|
|
# Take out comments and newlines
|
|
@@ -106,6 +106,7 @@ our @tar_ignore_default_pattern = qw(
|
|
|
.gitattributes
|
|
.gitattributes
|
|
|
.gitignore
|
|
.gitignore
|
|
|
.gitmodules
|
|
.gitmodules
|
|
|
|
|
+.gitreview
|
|
|
.hg
|
|
.hg
|
|
|
.hgignore
|
|
.hgignore
|
|
|
.hgsigs
|
|
.hgsigs
|