forked from moai/moai-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
62 lines (53 loc) · 840 Bytes
/
.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
/bin/
/build/
/lib/
libs/
obj/
util/libmoai
Thumbs.db
.DS_Store
/vs2010/ipch
/vs2010/bin
/vs2008/bin
/vs2015/bin
/vs2019/bin
/ide/bin
/ide/obj
/src/config
/build/
xcuserdata/
DerivedData/
*.pbxuser
*.perspectivev3
# Artifacts when building with CMake
flascc/build
/src/moai/moai
tmp
# Produced by test runner
test/xml-results
.idea
cmake/projects/
# Build and release products
cmake/build/
release/
bin/api-reference-parser/vendor
docs/api-reference
/moai-sdk/
/bin/env-local.bat
/bin/win32/
/bin/x64/
/util/moai
/**/java/build/
/**/java/*.iml
env.sh
sample-browser/
util/build-sample-browser/temprom/
android-studio/app/.externalNativeBuild/
android-studio/libmoai/.externalNativeBuild/
cmake/cmake/hosts/host-win-sdl/.vs/
cmake/lib/
cmake/env-local.bat
/**/Win32/Debug/
/**/windows/Debug/
/**/Win32/Release/
/**/windows/Release/