forked from oxygine/oxygine-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
72 lines (72 loc) · 1.49 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
**/proj.android/obj/
**/proj.android/out/
**/proj.android/bin/
**/proj.android/libs/
**/proj.android/gen/
**/proj.emscripten/build/
**/proj.emscripten/build_release/
**/proj.marmalade/build_*
**/proj.win32/Debug_*/
**/proj.win32/Release_*/
**/build-proj*
ident.free
*.pyc
*.opensdf
*.sdf
oxygine/SDL/win32/Debug_*
examples/*/data/*.dll
oxygine/SDL/win32/Debug/
oxygine/SDL/win32/Release/
*.suo
examples/*/proj.win32/ipch/
oxygine/SDL/win32/Release*
oxygine/SDL/win32/Debug*
oxygine/system_data/data/
**/data.js
oxygine/system_data/system.zip
examples/Game/*/proj.emscripten/data.js
oxygine/SDL/android/lib/gen/
.idea
oxygine/SDL/android/lib/bin/
examples/*/data-ram/
.gradle/
examples/*/proj.android/libs/
oxygine/SDL/android/lib/src/org/libsdl/app/SDLActivity.java
oxygine-framework-with-sdl.zip
oxygine-framework.zip
*.orig
xcuserdata
contents.xcworkspacedata
*.xcscmblueprint
examples/Demo/data/res.xml.ox
examples/*/proj.cmake/build/
temp/
examples/Game/*/proj.cmake/build/
examples/HelloWorld/build_helloworld_*
examples/Match3/build_match3_*
libs/SDL2main.lib
libs/SDL2.lib
libs/SDL2.dll
libs/libSDL2.a
libs/libSDL2.dll.a
libs/libSDL2main.a
examples/Game/part2/build_game_vc12/
oxygine/SDL/android/extension/gen/
oxygine/SDL/android/extension/bin/
*.exp
*.pdb
*/Debug_v*
**/build_emsc/
**/build_emsc_release/
build
/examples/Demo/proj.cmake/mingw
**/proj.marmalade/build_demo_vc*
.DS_Store
*.VC.db
*.VC.VC.opendb
oxygine/SDL/win32/oxygine.vcxproj.user
*.iml
**/.vs/
**/local.properties
**/.externalNativeBuild
**/data/*.dll