diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2014-05-27 18:01:02 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2014-05-27 20:10:30 -0400 |
commit | f07d6cdbc6159bd905f13246499465c843822dbc (patch) | |
tree | 4664c371a825a0bec3cad32036c37cab8570a0ae | |
parent | b611338b8026672df88058da307effc2e93b1201 (diff) | |
download | python-paramiko-f07d6cdbc6159bd905f13246499465c843822dbc.tar python-paramiko-f07d6cdbc6159bd905f13246499465c843822dbc.tar.gz |
Add extend-diff-ignore to debian/source/options
Cleans the build and docs folder to be able to build the package
twice without problems.
Thanks: Thomas Goirand <zigo>
-rw-r--r-- | debian/source/options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..50f396e --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +extend-diff-ignore = "^[^/]*[.]egg-info/" +extend-diff-ignore = "^docs/index.html" |