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
This commit is contained in:
Sitaram Chamarty 2010-03-02 05:39:19 +05:30
parent 6dbaa0d325
commit be92feca6d

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
*.tgz *.tgz
*.tar.gz *.tar.gz
*.tar.bz2 *.tar.bz2
conf/VERSION