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