.gitignore 302 B

1234567891011121314151617181920212223242526272829
  1. /build/
  2. /Debug/
  3. /Release/
  4. /Release OpenMP/
  5. /Debug Library/
  6. /Release Library/
  7. /Release Library OpenMP/
  8. /x86/
  9. /x64/
  10. .vs/
  11. .vscode/
  12. *.exe
  13. *.zip
  14. *.user
  15. *.sdf
  16. *.pdb
  17. *.ipdb
  18. *.iobj
  19. *.suo
  20. *.VC.opendb
  21. *.VC.db
  22. /bin/*.lib
  23. /bin/msdfgen
  24. output.png
  25. render.png
  26. out/
  27. /build_xcode/
  28. /cmake-gen.bat
  29. /line-ending-check.bat