Skip to content

Instantly share code, notes, and snippets.

@romatthe
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romatthe/e2811df838213263ba96 to your computer and use it in GitHub Desktop.
Save romatthe/e2811df838213263ba96 to your computer and use it in GitHub Desktop.
My standard VS .gitignore
# All credits go to Ethan Lee for providing this one :)
# https://github.com/flibitijibibo
#OS junk files
[Tt]humbs.db
*.DS_Store
#Visual Studio files
*.pidb
*.userprefs
*.[Oo]bj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
ipch/
obj/
[Bb]in
[Dd]ebug*/
[Rr]elease*/
#Tooling
build.sh
_ReSharper*/
*.resharper
[Tt]est[Rr]esult*
#Subversion files
.svn
#NuGet packages
/packages/
!packages/repositories.config
# Office Temp Files
~$*
#Unix temporary files
*~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment