.gitignore 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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/**/dump
  40. /tests/unit/as3
  41. /tests/unit/cpp
  42. /tests/unit/java
  43. /tests/unit/remoting.n
  44. /tests/unit/runexe.n
  45. /tests/unit/runjava.n
  46. /tests/unit/unit8.swf
  47. /tests/unit/unit9.swf
  48. /tests/unit/unit9_as3.swf
  49. /tests/unit/unit.js
  50. /tests/unit/php
  51. /tests/unit/cs
  52. /tests/unit/cs_unsafe
  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. /haxe.sublime*
  66. .idea
  67. build.bat
  68. /.vscode
  69. tests/unit/compile.php.hxml
  70. /extra/*.xml
  71. !/extra/build-haxesetup.xml
  72. tests/optimization/testopt.js
  73. tests/misc/pythonImport/native_python/__pycache__
  74. tests/misc/python/pythonImport/native_python/__pycache__
  75. tests/unit/unit.py
  76. tests/unit/unit.py.res1.txt
  77. tests/unit/unit.py.res2.bin
  78. tests/sys/bin/
  79. /tests/sys/test-res/
  80. tests/misc/projects/*/*.n
  81. tests/misc/*/*/*.lua
  82. tests/unit/bin/
  83. tests/*.n
  84. tests/misc/projects/Issue3756/cpp/
  85. tests/misc/projects/Issue4070/cpp/
  86. /*.manifest
  87. /tests/misc/eventLoop/cpp
  88. /tests/misc/eventLoop/eventLoop.js
  89. /tests/misc/eventLoop/eventLoop.n
  90. /tests/misc/eventLoop/eventLoop.swf
  91. /tests/misc/eventLoop/eventLoop.py
  92. /tests/misc/eventLoop/php
  93. *.vscode/
  94. /tests/sys/temp
  95. /tests/sys/temp-unicode
  96. *.dll
  97. _build/
  98. Makefile.dependencies
  99. Makefile.modules
  100. /tests/unit/compiler_loops/All.n
  101. /tests/unit/compiler_loops/log.txt
  102. tests/benchs/mandelbrot/bin/
  103. tests/unit/pypy3*
  104. tmp.tmp
  105. dev-display.hxml
  106. .DS_Store
  107. .history
  108. tests/sourcemaps/bin
  109. /*_plugin.ml
  110. tests/benchs/export/
  111. tests/display/.unittest/
  112. tests/unit/.unittest/
  113. tests/threads/export/
  114. tests/server/test.js.map
  115. *.merlin
  116. lib.sexp
  117. src/compiler/version.ml
  118. tests/party
  119. tests/misc/projects/Issue10863/error.log