-
Notifications
You must be signed in to change notification settings - Fork 245
/
.gitignore
91 lines (91 loc) · 1.41 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
tolua/userconf.ini
runtime/android/
runtime/ios/
runtime/mac/
runtime/win32/
publish/
Thumbs.db
*.obj
!res/model/archer/arrow.obj
*.exe
*.pdb
*.aps
*.vcproj.*.user
*.vspscc
*_i.c
*.i
*.icf
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug/
[Dd]ebug.win32/
*.sbr
*.sdf
obj/
[Rr]elease/
[Rr]elease.win32/
_ReSharper*/
[Tt]est[Rr]esult*
ipch/
*.opensdf
libs/
bin/
obj/
gen/
assets/
local.properties
samples/Cpp/HelloCpp/proj.nacl/Resources/
samples/Cpp/TestCpp/proj.nacl/Resources/
samples/Cpp/TestCpp/proj.nacl/out/
samples/Cpp/SimpleGame/proj.nacl/Resources/
samples/Lua/HelloLua/proj.nacl/Resources/
samples/Lua/TestLua/proj.nacl/Resources/
*.pyc
build_*_xcode/
build_*_vc10/
*.mode*v*
*.pbxuser
*.xcbkptlist
*.xcworkspacedata
*.xcuserstate
*.xccheckout
xcschememanagement.plist
.DS_Store
._.*
xcuserdata/
DerivedData/
.idea/
.Simulator-Debug/
.Target-Debug/
.Target-Release/
Simulator/
Device-Debug/
Device-Release/
*.swp
*.swo
projects/
tools/tojs/user.cfg
tools/tojs/userconf.ini
tools/tolua/userconf.ini
tools/jenkins_scripts/mac/android/userconf.ini
tags
/lib
/build/linux-build
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
.buildpath
frameworks/cocos2d-x/build/build
frameworks/runtime-src/proj.android/project.properties
frameworks/cocos2d-x/cocos/platform/android/java/project.properties
frameworks/cocos2d-x/cocos/scripting/lua-bindings/proj.ios_mac/build
frameworks/runtime-src/proj.ios_mac/build