.gitignore: also ignore tahoe-deps and .tgz, to fix 'make tarballs'

Otherwise, the get-version-from-git code thinks the tree is dirty, and
creates SUMO tarballs with -dirty in the name.
This commit is contained in:
Brian Warner 2012-01-12 11:18:59 -08:00
parent f62c25f419
commit 2efcdc93fa

2
.gitignore vendored
View File

@ -20,3 +20,5 @@ Twisted-*.egg
/_trial_temp*
/dist/
/twisted/plugins/dropin.cache
/tahoe-deps/
/tahoe-deps.tar.gz