Skip to content

Commit

Permalink
DISTS: Add .gitignore file
Browse files Browse the repository at this point in the history
It contains some MSVC generated files, as well as an auto-
generated file containing the git version number (for non-
autotools builds, i.e. MSVC)
  • Loading branch information
darkstar authored and DrMcCoy committed Jun 7, 2013
1 parent c87f22c commit 3d8fd63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Debug/
Release/
ipch/
*.suo
*.sdf
*.opensdf
*~
git-revision.h

0 comments on commit 3d8fd63

Please sign in to comment.