Skip to content

Instantly share code, notes, and snippets.

@dvdotsenko
Created June 6, 2011 18:18
Show Gist options
  • Save dvdotsenko/1010757 to your computer and use it in GitHub Desktop.
Save dvdotsenko/1010757 to your computer and use it in GitHub Desktop.
Git tune up - gitignore - Windows
#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
*.scc
*.vssscc
*.Publish.xml
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment