.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. *.obj
  2. *.o
  3. *.cmx
  4. *.cmi
  5. *.cmxa
  6. *.cmo
  7. *.cmt
  8. *.a
  9. *.exe
  10. .*.swp
  11. /out
  12. /extra/hxclasses
  13. /extra/*.swf
  14. /extra/*.swc
  15. /extra/bintray.json
  16. /extra/git-archive-all
  17. /extra/deploy_key
  18. /extra/*_sec.gpg
  19. /extra/*_ssh
  20. /src/version.ml
  21. /haxe
  22. /haxelib*
  23. /haxedoc*
  24. /lib
  25. /src/syntax/lexer.ml
  26. /libs/xml-light/xml_lexer.ml
  27. /libs/xml-light/xml_parser.ml
  28. /libs/xml-light/xml_parser.mli
  29. /std/tools/haxedoc/haxedoc
  30. /std/tools/haxedoc/haxedoc.n
  31. /std/tools/haxelib/haxelib
  32. /std/tools/haxelib/haxelib.n
  33. /std/tools/haxelib/index.n
  34. /tests/unit/as3
  35. /tests/unit/cpp
  36. /tests/unit/java
  37. /tests/unit/remoting.n
  38. /tests/unit/runexe.n
  39. /tests/unit/runjava.n
  40. /tests/unit/unit8.swf
  41. /tests/unit/unit9.swf
  42. /tests/unit/unit9_as3.swf
  43. /tests/unit/unit.js
  44. /tests/unit/php
  45. /tests/unit/cs
  46. /tests/unit/cs_unsafe
  47. /tests/unit/dump
  48. /tests/unit/db.db3
  49. /tests/unit/native_java/obj
  50. /tests/unit/native_java/cmd
  51. /tests/unit/native_java/native.jar
  52. /tests/unit/native_cs/obj
  53. /tests/unit/native_cs/cmd
  54. /tests/unit/native_cs/bin
  55. /tests/unit/native_cs/native_cs.csproj
  56. /tests/unit/unit.js.map
  57. /tests/unit/unit.n
  58. /tests/unit/node_modules/
  59. /haxe.sublime*
  60. .idea
  61. build.bat
  62. /.vscode
  63. tests/unit/compile.php.hxml
  64. /extra/*.xml
  65. tests/optimization/testopt.js
  66. tests/misc/pythonImport/native_python/__pycache__
  67. tests/unit/unit.py
  68. tests/unit/unit.py.res1.txt
  69. tests/unit/unit.py.res2.bin
  70. tests/sys/bin/
  71. /tests/sys/dump/
  72. tests/optimization/dump/
  73. tests/misc/projects/*/*.n
  74. tests/unit/bin/
  75. tests/*.n
  76. tests/misc/projects/Issue3756/cpp/
  77. tests/misc/projects/Issue4070/cpp/
  78. /*.manifest
  79. /tests/misc/eventLoop/cpp
  80. /tests/misc/eventLoop/eventLoop.js
  81. /tests/misc/eventLoop/eventLoop.n
  82. /tests/misc/eventLoop/eventLoop.swf
  83. /tests/misc/eventLoop/dump
  84. /tests/misc/eventLoop/eventLoop.py
  85. /tests/misc/eventLoop/php
  86. *.vscode/
  87. /tests/sys/temp
  88. *.dll
  89. _build/
  90. Makefile.dependencies
  91. Makefile.modules
  92. /tests/unit/compiler_loops/All.n
  93. /tests/unit/compiler_loops/log.txt
  94. tests/benchs/mandelbrot/bin/
  95. tests/server/test/cases/
  96. tests/server/test.js