Added "version" to .gitignore.

Details:
- Added "version" to .gitignore file so that the file does not show up when
  running 'git status', or accidentally get pulled into the index when
  running 'git add' or 'git add --all'.
This commit is contained in:
Field G. Van Zee
2013-03-02 12:47:06 -06:00
parent e9e0747c2f
commit ef8cbfc44d

1
.gitignore vendored
View File

@@ -17,6 +17,7 @@
# -- build system files --
config.mk
version
# -- directories with build products --