Skip to content

Commit

Permalink
Added "version" to .gitignore.
Browse files Browse the repository at this point in the history
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'.
  • Loading branch information
fgvanzee committed Mar 2, 2013
1 parent e9e0747 commit ef8cbfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# -- build system files --

config.mk
version

# -- directories with build products --

Expand Down

0 comments on commit ef8cbfc

Please sign in to comment.