.gitignore 134 B

12345678910111213
  1. # git-ls-files --others --exclude-from=.git/info/exclude
  2. bin
  3. obj
  4. build
  5. Debug
  6. Release
  7. TestResults
  8. .vs
  9. *.sdf
  10. *.opendb
  11. *.opensdf
  12. *.user