-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
43 lines (43 loc) · 1.06 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
build
*.mode1v3
*.mode2v3
*.pbxuser
*.perspectivev3
*~.nib
.gitattributes
.vs
.DS_Store
log/
_RUNTIME_/log/
_RUNTIME_/Documents/deploy/
DEADJOE
UserInterfaceState.xcuserstate
*.so
*.a
*.ncb
platform/MacOS/MTEngineSDL.xcodeproj/project.xcworkspace/xcuserdata/mars.xcuserdatad/xcdebugger/
platform/MacOS/MTEngineSDL.xcodeproj/project.xcworkspace/xcshareddata/
platform/MacOS/MTEngineSDL.xcodeproj/project.xcworkspace/xcshareddata/MTEngineSDL.xccheckout
platform/MacOS/build
platform/MacOS/MTEngineSDL/.idea/
platform/Windows/.vs/
platform/Windows/bin/
platform/Windows/MTEngineSDL/x64/
platform/Windows/MTEngineSDL/Win32/
tools/DeployMaker_v1.0/Debug/
bmfont2slrfont/Debug/
Debug/
core.*
core
*~
!src/Engine/Core/
!src/Engine/Core/*
!src/Engine/Core/**/*
!other/lib/SDL2-2.0.10-static/src/core/
/Release/
other/lib/SDL2-2.0.10-static/VisualC/Win32/
other/lib/SDL2-2.0.10-static/VisualC/x64/
other/lib/SDL2-2.0.10-static/VisualC/SDL/Win32/
other/lib/SDL2-2.0.10-static/VisualC/SDL/x64/
other/lib/SDL2-2.0.10-static/VisualC/SDLmain/Win32/
other/lib/SDL2-2.0.10-static/VisualC/SDLmain/x64/