Which files should I include in .gitignore
when using GitGit in conjunction with Visual StudioVisual Studio Solutions (.sln
) and Projects?
Added super tag according to http://meta.stackoverflow.com/questions/41206/should-questions-be-tagged-with-both-a-tag-and-a-sub-tag
Shady M. Najib
- 2.2k
- 2
- 19
- 30
Removed *.exe and *.pdb from #Visual Studio files, as per James' recommendation.
Martin Suchanek
- 3k
- 6
- 32
- 31
added *.sdf (VS2010 intellisense database) and ipch (VS2010 precompiled header stuff)
Kevin Doyon
- 3.6k
- 2
- 35
- 38