From: Brian Warner Date: Thu, 12 Jan 2012 19:18:59 +0000 (-0800) Subject: .gitignore: also ignore tahoe-deps and .tgz, to fix 'make tarballs' X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=2efcdc93fa60ce56c62e05a787065bfb054f452b;p=tahoe-lafs%2Ftahoe-lafs.git .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. --- diff --git a/.gitignore b/.gitignore index 958ddd4a..4b8abea1 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ Twisted-*.egg /_trial_temp* /dist/ /twisted/plugins/dropin.cache +/tahoe-deps/ +/tahoe-deps.tar.gz