Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Jul 28, 2017
1 parent b5fc008 commit e63a1d8
Showing 1 changed file with 30 additions and 36 deletions.
66 changes: 30 additions & 36 deletions .gitignore
@@ -1,54 +1,48 @@
#OS junk files
[Tt]humbs.db
*.DS_Store

#Visual Studio files
*.[Oo]bj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.aps
*.bak
*.cache
*.db
*.dll
*.exe
*.ilk
*.lib
*.log
*.ncb
*.nupkg
*.obj
*.pch
*.pdb
*.resharper
*.sdf
*.sfx
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.user
*.vspscc
*.vssscc
*.sbr
*.sdf
*.dll
*.sh
*.VisualState.xml
*.nupkg
ipch/
obj/
[Bb]in

[Bb]in/
[Bb]uild/
[Dd]ebug*/
[Rr]elease/
[Ii]pch/
[Oo]bj/
[Rr]elease*/
[Rr]esults/
[Tt]mp/
[Tt]emp/
Ankh.NoLoad

#Tooling
_ReSharper*/
*.resharper
[Tt]est[Rr]esult*

#Project files
[Bb]uild/

#Subversion files
.svn
.vs

# Office Temp Files
~$*

_ReSharper*/
Ankh.NoLoad
UpgradeLog.htm
[Tt]est[Rr]esult*

0 comments on commit e63a1d8

Please sign in to comment.