.gitignore 347 B

1234567891011121314151617181920212223242526272829303132
  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. .DS_Store
  13. *.exe
  14. *.zip
  15. *.user
  16. *.sdf
  17. *.pdb
  18. *.ipdb
  19. *.iobj
  20. *.suo
  21. *.VC.opendb
  22. *.VC.db
  23. /bin/*.lib
  24. /bin/msdfgen
  25. output.png
  26. render.png
  27. CMakeUserPresets.json
  28. out/
  29. /all-in-one/
  30. /build_xcode/
  31. /cmake-gen.bat
  32. /line-ending-check.bat