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:
parent
6dbaa0d325
commit
be92feca6d
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
*.tgz
|
*.tgz
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.tar.bz2
|
*.tar.bz2
|
||||||
|
conf/VERSION
|
||||||
|
|
Loading…
Reference in a new issue