.gitignore 185 B

12345678910111213141516171819202122
  1. Debug/
  2. Release/
  3. Debug Library/
  4. Release Library/
  5. x86/
  6. x64/
  7. .vs/
  8. *.exe
  9. *.user
  10. *.sdf
  11. *.pdb
  12. *.ipdb
  13. *.iobj
  14. *.suo
  15. *.VC.opendb
  16. *.VC.db
  17. bin/*.lib
  18. output.png
  19. render.png
  20. out/
  21. build/
  22. build_xcode/