.gitignore 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. *.obj
  2. *.o
  3. *.cmx
  4. *.cmi
  5. *.cmxa
  6. *.cmo
  7. *.cmt
  8. *.a
  9. *.exe
  10. .*.swp
  11. .haxelib
  12. /out
  13. /installer
  14. .tmp-earthly-out*
  15. /extra/hxclasses
  16. /extra/*.swf
  17. /extra/*.swc
  18. /extra/bintray.json
  19. /extra/git-archive-all
  20. /extra/deploy_key
  21. /extra/*_sec.gpg
  22. /extra/*_ssh
  23. /extra/doc/
  24. /src/version.ml
  25. /haxe
  26. /haxelib*
  27. /haxedoc*
  28. /lib
  29. /prebuild
  30. /src/syntax/lexer.ml
  31. /libs/xml-light/xml_lexer.ml
  32. /libs/xml-light/xml_parser.ml
  33. /libs/xml-light/xml_parser.mli
  34. /std/tools/haxedoc/haxedoc
  35. /std/tools/haxedoc/haxedoc.n
  36. /std/tools/haxelib/haxelib
  37. /std/tools/haxelib/haxelib.n
  38. /std/tools/haxelib/index.n
  39. /tests/unit/as3
  40. /tests/unit/cpp
  41. /tests/unit/java
  42. /tests/unit/remoting.n
  43. /tests/unit/runexe.n
  44. /tests/unit/runjava.n
  45. /tests/unit/unit8.swf
  46. /tests/unit/unit9.swf
  47. /tests/unit/unit9_as3.swf
  48. /tests/unit/unit.js
  49. /tests/unit/php
  50. /tests/unit/cs
  51. /tests/unit/cs_unsafe
  52. /tests/unit/dump
  53. /tests/unit/db.db3
  54. /tests/unit/native_java/obj
  55. /tests/unit/native_java/cmd
  56. /tests/unit/native_java/native.jar
  57. /tests/unit/native_cs/obj
  58. /tests/unit/native_cs/cmd
  59. /tests/unit/native_cs/bin
  60. /tests/unit/native_cs/native_cs.csproj
  61. /tests/unit/unit.js.map
  62. /tests/unit/unit.n
  63. /tests/unit/node_modules/
  64. /tests/nullsafety/bin
  65. /tests/nullsafety/dump
  66. /haxe.sublime*
  67. .idea
  68. build.bat
  69. /.vscode
  70. tests/unit/compile.php.hxml
  71. /extra/*.xml
  72. !/extra/build-haxesetup.xml
  73. tests/optimization/testopt.js
  74. tests/misc/pythonImport/native_python/__pycache__
  75. tests/misc/python/pythonImport/native_python/__pycache__
  76. tests/unit/unit.py
  77. tests/unit/unit.py.res1.txt
  78. tests/unit/unit.py.res2.bin
  79. tests/sys/bin/
  80. /tests/sys/dump/
  81. /tests/sys/test-res/
  82. tests/optimization/dump/
  83. tests/misc/projects/*/*.n
  84. tests/misc/*/*/*.lua
  85. tests/unit/bin/
  86. tests/*.n
  87. tests/misc/projects/Issue3756/cpp/
  88. tests/misc/projects/Issue4070/cpp/
  89. /*.manifest
  90. /tests/misc/eventLoop/cpp
  91. /tests/misc/eventLoop/eventLoop.js
  92. /tests/misc/eventLoop/eventLoop.n
  93. /tests/misc/eventLoop/eventLoop.swf
  94. /tests/misc/eventLoop/dump
  95. /tests/misc/eventLoop/eventLoop.py
  96. /tests/misc/eventLoop/php
  97. *.vscode/
  98. /tests/sys/temp
  99. /tests/sys/temp-unicode
  100. *.dll
  101. _build/
  102. Makefile.dependencies
  103. Makefile.modules
  104. /tests/unit/compiler_loops/All.n
  105. /tests/unit/compiler_loops/log.txt
  106. tests/benchs/mandelbrot/bin/
  107. tests/unit/pypy3*
  108. tmp.tmp
  109. dev-display.hxml
  110. .DS_Store
  111. .history
  112. tests/sourcemaps/bin
  113. /*_plugin.ml
  114. tests/benchs/export/
  115. tests/benchs/dump/
  116. tests/display/.unittest/
  117. tests/unit/.unittest/
  118. tests/threads/export/
  119. tests/server/test.js.map
  120. *.merlin
  121. lib.sexp
  122. src/compiler/version.ml
  123. tests/party
  124. tests/misc/projects/Issue10863/error.log
  125. tests/misc/coroutines/dump