I wan to place a VB.NET project under Git control in Windows (was previously under Visual Source Safe - long sad story of repository corruption, etc.). How should I set up the ignore file? The exclusions I'm thinking of using are:
- *.exe
- *.pdb
- *.manifest
- *.xml
- *.log (is Git case sensitive on Windows? Should I exclude *.l og as well?)
- *.scc (I gather these were left over from Visual Source Safe - maybe I should delete them?)
Is this a sensible list? Should I be excluding directories?