From 28dca10962faae7fd1860a294c250fe86c42b34a Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 12 Jan 2012 11:18:59 -0800 Subject: [PATCH] .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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.37.2