Adjust per-project .gitignore

Refer to http://git-scm.com/docs/gitignore
to see why this is appropriate
This commit is contained in:
Richard Wackerbarth 2015-02-06 09:58:04 -06:00
parent 34c7d45879
commit a33e20b27d
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored
View File

@ -1,3 +1,12 @@
// Our automatic versioning scheme generates the following file
// NEVER put it in the repository
_Version.h
// All of the following OS, IDE and compiler generated file
// references should be moved from this file
// They are needed, but they belong in your global .gitignore
// rather than in a per-project file such as this
*.o
applet/
*~