forked from CorsixTH/CorsixTH
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
73 lines (64 loc) · 1.44 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
cmake_install.cmake
CMakeCache.txt
CMakeFiles
Makefile
CMakeScripts/
CorsixTH/Src/config.h
CorsixTH/config.txt
/DataRaw
/Debug
/LuaJIT
/Makefile
/SDL
/SDL_mixer-1.2.8
/doc
# For CorsixTH directory and Windows
*.dll
*.exe
Thumbs.db
# This is for the CMake-generated XCode project and output
/build/
*.xcodeproj/
Debug/
Release/
MinSizeRel/
RelWithDebInfo/
# Build folders
/build*/
# OSX metadata
.DS_Store
!LevelEdit/src/com/corsixth/leveledit/*.xcodeproj
!LevelEdit/src/com/corsixth/leveledit/Debug
!LevelEdit/src/com/corsixth/leveledit/Release
!LevelEdit/src/com/corsixth/leveledit/MinSizeRel
!LevelEdit/src/com/corsixth/leveledit/RelWithDebInfo
!LevelEdit/src/com/corsixth/leveledit/.DS_Store
!LevelEdit/src/com/corsixth/*.xcodeproj
!LevelEdit/src/com/corsixth/Debug
!LevelEdit/src/com/corsixth/Release
!LevelEdit/src/com/corsixth/MinSizeRel
!LevelEdit/src/com/corsixth/RelWithDebInfo
!LevelEdit/src/com/corsixth/.DS_Store
!LevelEdit/src/com/*.xcodeproj
!LevelEdit/src/com/Debug
!LevelEdit/src/com/Release
!LevelEdit/src/com/MinSizeRel
!LevelEdit/src/com/RelWithDebInfo
!LevelEdit/src/com/.DS_Store
# This is for the CMake-generated Visual Studio project
*.vcxproj*
CorsixTH_Top_Level*
CorsixTH/CorsixTH.sln
# For files generated by compiling a Visual Studio Express 2013 project
*.opensdf
*.sdf
*.suo
*.aps
# For the LevelEdit project
*.class
LevelEdit/bin/
CorsixTH/Lua/debug_script.lua
CorsixTH/Lua/debugger.lua
# For AnimView output
VSPR-0.xml
*export.log