From be92feca6d903f092afab4a6cf3fb66fd35a5ca9 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Tue, 2 Mar 2010 05:39:19 +0530 Subject: [PATCH] add conf/VERSION to .gitignore conf/VERSION is programmatically created, not manually, so you shouldn't be checking it in, which means it looks cleaner to explicitly put it in .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f60da1ea6..631669959 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.tgz *.tar.gz *.tar.bz2 +conf/VERSION