.gitignore 264 B

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