.gitignore 167 B

123456789101112131415161718192021222324
  1. *.psess
  2. *.vsp
  3. *.log
  4. *.err
  5. *.wrn
  6. *.suo
  7. *.sdf
  8. *.user
  9. *.i
  10. *.vspscc
  11. *.opensdf
  12. *.ipch
  13. *.cache
  14. *.tlog
  15. *.lastbuildstate
  16. *.ilk
  17. Bin
  18. /ipch
  19. Debug
  20. Profile
  21. Release
  22. x64
  23. /Tests
  24. /wiki