forked from defold/defold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
74 lines (63 loc) · 1.53 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
/.metadata
/tmp
.DS_Store
.lock-wscript
.lock-waf*
/share/ext/build
/share/ext/download
/share/ext/tremolo/tmp/
/share/ext/protobuf/tmp/
/share/ext/protobuf/cross_tmp/
/share/extender/build
/go/pkg
/go/bin
.cache
.dcache
.java
.oracle*
.bash*
*.pyc
/.ccache
*.iml
*.apidoc_
engine/.clang_complete
/.vscode
.npm
/**/.project
/**/.gradle
# When opening the folder through certain IDE's (e.g. VSCode)
scripts/android-v4/.classpath
scripts/android-v4/.gradle/
scripts/android-v4/.project
scripts/android-v4/.settings/
scripts/android-v4/build/
# IntelliJ
editor/.gradle/
# Clang compilation databse
compile_commands.json
# eastwood
editor/.eastwood
editor/eastwood-warnings.txt
# This file is generated when starting editor in dev mode and when bundling
editor/resources/sorted_clojure_ns_list.edn
ci/env.sh
com.dynamo.cr/com.dynamo.cr.bob.test/test/build
com.dynamo.cr/com.dynamo.cr.bob.test/src/com/dynamo/bob/archive/EngineVersion.java
com.dynamo.cr/extensions/**/build
/local_sdks
engine/**/build/
external/**/build/
editor/resources/splash.css
editor/.calva/output-window/output.calva-repl
editor/.lsp/sqlite.db
#build_external
/packages/bullet-2.77/
/packages/lib/
#build bob
/com.dynamo.cr/com.dynamo.cr.bob/src/com/dynamo/bob/pipeline/antlr/**/*.interp
/com.dynamo.cr/com.dynamo.cr.bob/src/com/dynamo/bob/pipeline/antlr/**/*.tokens
/com.dynamo.cr/com.dynamo.cr.bob/libexec/**/lipo*
/com.dynamo.cr/com.dynamo.cr.bob/lib/**/OpenAL*
/com.dynamo.cr/com.dynamo.cr.bob/lib/**/wrap_oal*
/com.dynamo.cr/out/
/com.dynamo.cr/com.dynamo.cr.bob.test/test/proj/build/