.gitignore 719 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. *.opensdf
  2. *.sdf
  3. *.suo
  4. *.ipch
  5. *.hl
  6. *.obj
  7. *.exe
  8. *.dll
  9. *.user
  10. *.n
  11. Debug
  12. Release
  13. ReleaseVS2013
  14. x64
  15. *.stackdump
  16. *.hdll
  17. *.so
  18. /src/_main*
  19. *.dylib
  20. *.o
  21. *.a
  22. *.opendb
  23. *.VC.db
  24. .cache
  25. .vs
  26. /hl
  27. /include/sdl
  28. /include/openal
  29. ReleaseStatic
  30. /other/benchs/bench.*
  31. /other/benchs/cpp
  32. /other/benchs/flashout.txt
  33. /bin*
  34. /build*
  35. /other/memory/*.dump
  36. /src/_std
  37. /src/hl
  38. /src/haxe
  39. /src/Makefile
  40. /include/ffmpeg
  41. shiroLibs
  42. /include/bullet
  43. /libs/bullet/sample/sample.js
  44. /libs/bullet/bullet_js.cpp
  45. /libs/bullet/bullet.js
  46. *.bc
  47. /libs/mesa/sample/output.png
  48. /other/debugger/debugger.js
  49. node_modules
  50. /other/debugger/package-lock.json
  51. /other/debugger/*.map
  52. /*.zip
  53. /*.tgz
  54. args.txt
  55. /other/benchs/hlc