2
0

.gitignore 2.3 KB

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