.gitignore 180 B

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