Skip to content

Commit

Permalink
Initialize repository with a standard .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
markpizz committed Aug 14, 2017
0 parents commit 1f789fe
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#ignore thumbnails created by windows
Thumbs.db
#ignore Desktop Services Store created by OSX
.DS_Store
#Ignore files built by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
*.bak
*.save
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
*.o
*~
*#
ipch/

0 comments on commit 1f789fe

Please sign in to comment.