Skip to content

Commit

Permalink
Adjust per-project .gitignore
Browse files Browse the repository at this point in the history
Refer to http://git-scm.com/docs/gitignore
to see why this is appropriate
  • Loading branch information
Wackerbarth committed Apr 2, 2015
1 parent 34c7d45 commit a33e20b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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/
*~
Expand Down

0 comments on commit a33e20b

Please sign in to comment.