Skip to content

Instantly share code, notes, and snippets.

@udawtr
Created March 9, 2012 09:16
Show Gist options
  • Save udawtr/2005793 to your computer and use it in GitHub Desktop.
Save udawtr/2005793 to your computer and use it in GitHub Desktop.
default .gitignore for Visual Studio developer
#OS junk files
[Th]humbs.db
*.DS_Store
#Visual Studio files
*.[Oo]bj
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*._i.c
*._p.c
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
*.opensdf
*.unsuccessfulbuild
ipch/
obj/
[Bb]in
[Dd]ebug
[Rr]elease
[Tt]est[Rr]esult*
# Office Temp Files
~$*
#app specific
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment