-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
90 lines (89 loc) · 1.86 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
.DS_Store
*/tardis/*
*/*/tardis/*
*/*/*/tardis/*
*/*/*/*/tardis/*
*/*/*/*/*/tardis/*
*/*/*.pprof
*/*/*/*.pprof
*/*/*/*/*.pprof
*/*/*/*/*/*.pprof
*/*/*/*/*/*/*.pprof
gobyexample/*/tardis/*.js
gobyexample/*/tardis/*.js.map
gobyexample/*/tardis/*.n
gobyexample/*/tardis/java/*
gobyexample/*/tardis/cs/*
gobyexample/*/tardis/cpp/*
gobyexample/*/tardis/php/*
gobyexample/*/tardis/*.swf
gobyexample/*/*.js
gobyexample/*/*.js.map
gobyexample/*/*.n
gobyexample/*/java/*
gobyexample/*/cs/*
gobyexample/*/cpp/*
gobyexample/*/php/*
gobyexample/*/*.swf
gobyexample/*/tardis/*.hx
openfl/*/Export/*
openfl/*/Source/tardis/*.hx
tests/*/tardis/*
tests/*/*.js
tests/*/*.js.map
tests/*/*.n
tests/*/java/*
tests/*/cs/*
tests/*/cpp/*
tests/*/php/*
tests/*/*.swf
tests/*/tardis/*.hx
benchmarks/*/tardis/*
benchmarks/*/*.js
benchmarks/*/*.js.map
benchmarks/*/*.n
benchmarks/*/java/*
benchmarks/*/cs/*
benchmarks/*/cpp/*
benchmarks/*/php/*
benchmarks/*/*.swf
benchmarks/*/tardis/*.hx
wip/*/*.js
wip/*/*.js.map
wip/*/*.n
wip/*/java/*
wip/*/cs/*
wip/*/cpp/*
wip/*/php/*
wip/*/*.swf
wip/*/tardis/*
wip/gobyexample/*/*.js
wip/gobyexample/*/*.js.map
wip/gobyexample/*/*.n
wip/gobyexample/*/java/*
wip/gobyexample/*/cs/*
wip/gobyexample/*/cpp/*
wip/gobyexample/*/php/*
wip/gobyexample/*/*.swf
wip/gobyexample/*/tardis/*
wip/haxe-call-examples/*/*.js
wip/haxe-call-examples/*/*.js.map
wip/haxe-call-examples/*/*.n
wip/haxe-call-examples/*/java/*
wip/haxe-call-examples/*/cs/*
wip/haxe-call-examples/*/cpp/*
wip/haxe-call-examples/*/php/*
wip/haxe-call-examples/*/*.swf
wip/haxe-call-examples/*/tardis/*
wip/gocallingcpphaxe/a.out
wip/gocallingcpphaxe/*.o
haxe-call-examples/*/*.js
haxe-call-examples/*/*.js.map
haxe-call-examples/*/*.n
haxe-call-examples/*/java/*
haxe-call-examples/*/cs/*
haxe-call-examples/*/cpp/*
haxe-call-examples/*/php/*
haxe-call-examples/*/*.swf
haxe-call-examples/*/tardis/*
go-as-haxe-lib-examples/*/*.js