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