Skip to content

Instantly share code, notes, and snippets.

@nickfloyd
Created April 17, 2012 00:42
Show Gist options
  • Save nickfloyd/2402596 to your computer and use it in GitHub Desktop.
Save nickfloyd/2402596 to your computer and use it in GitHub Desktop.
gitignore
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build 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
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
_vti_cnf
.DS_Store
*.testsettings
*.vsmdi
lint.db
*.docstates
.nuget
packages/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment