summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
Diffstat (limited to 'dh_clean')
-rwxr-xr-xdh_clean3
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_clean b/dh_clean
index dc1ba5d6..15466a9b 100755
--- a/dh_clean
+++ b/dh_clean
@@ -162,8 +162,9 @@ if (! $dh{D_FLAG}) {
}
# vcs directories that should not have their contents cleaned
+ # (plus the internal "quilt" directory)
my $vcs_dirs=join " -o ", map { "-path .\\*/" . $_ }
- (".git", ".svn", ".bzr", ".hg", "CVS");
+ (".git", ".svn", ".bzr", ".hg", "CVS", '.pc', '_darcs');
# Remove other temp files.
complex_doit("find . $find_options \\( \\( \\