diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-10-22 15:43:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-10-22 15:43:59 -0400 |
commit | 87ae167ddb9eaa7a05e67dea168f2d4da66c60ce (patch) | |
tree | 776fc81d8c09963616bfe6194c754bf179bf5241 /debhelper.pod | |
parent | 46dd793e9d27b2720cc217459e951c4bf7831c03 (diff) | |
download | debhelper-87ae167ddb9eaa7a05e67dea168f2d4da66c60ce.tar.gz |
add .git to example DH_ALWAYS_EXCLUDE line
Diffstat (limited to 'debhelper.pod')
-rw-r--r-- | debhelper.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debhelper.pod b/debhelper.pod index a2c7eeba..220091c5 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -385,7 +385,7 @@ directory. dh_builddeb did not previously delete everything matching DH_ALWAYS_EXCLUDE, if it was set to a list of things to exclude, such as -"CVS:.svn". Now it does. +"CVS:.svn:.git". Now it does. =item - |