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-Tag: allmydata-tahoe-1.9.1 X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=28dca10962faae7fd1860a294c250fe86c42b34a .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