.gitignore for Visual Studio Projects and Solutions
- by Martin Aatmaa
Which files should I include in .gitignore when using Git in conjunction with Visual Studio Solutions (.sln) and Projects?
Community Wiki:
#OS junk files
Thumbs.db
*.DS_Store
#Visual Studio files
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
*.sdf
ipch/
obj/
[Bb]in
[Dd]ebug*/
[Rr]elease*/
#Tooling
_ReSharper*/
[Tt]est[Rr]esult*
#Project files
[Bb]uild/