.gitignore 245 B

12345678910111213141516171819202122232425
  1. # Visual Studio ignores
  2. [Dd]ebug/
  3. [Dd]ebugDLL/
  4. [Dd]ebugPublic/
  5. [Rr]elease/
  6. [Rr]eleaseDLL/
  7. [Rr]eleases/
  8. *.manifest
  9. *.lastbuildstate
  10. *.lib
  11. *.log
  12. *.idb
  13. *.ipdb
  14. *.ilk
  15. *.iobj
  16. *.obj
  17. *.opensdf
  18. *.pdb
  19. *.sdf
  20. *.suo
  21. *.tlog
  22. *.vcxproj.user
  23. *.vc.db
  24. *.vc.opendb