.gitignore 285 B

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