From 7386f6df575987b11dc570c2de44e9dabac82ba5 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Thu, 5 Sep 2013 15:06:15 -0600 Subject: BUG: .gitignore ignores all release directories. It should only ignore the one in the root directory. The fix is to prepend a '/' to the directory name. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8585f3096..a98742ffe 100644 --- a/.gitignore +++ b/.gitignore @@ -62,7 +62,7 @@ MANIFEST # Paver generated files # ######################### -release/ +/release # Logs and databases # ###################### -- cgit v1.2.1