forked from CorsixTH/CorsixTH
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
107 lines (91 loc) · 1.88 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
CorsixTH/Src/config.h
CorsixTH/config.txt
/DataRaw
/Debug
/LuaJIT
/Makefile
/SDL
/SDL_mixer-1.2.8
/PrecompiledDeps
/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/
# Ignore the folder where libraries are pre-compiled
vcpkg/
# 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
# For files generated by compiling a Visual Studio Express 2013 project
*.opensdf
*.sdf
*.suo
*.aps
# For the LevelEdit project
*.class
LevelEdit/bin/
# Debugging related files
CorsixTH/Lua/debug_script.lua
CorsixTH/Lua/debugger.lua
mobdebug.lua
# For AnimView output
VSPR-0.xml
*export.log
# CMake related files
CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake
cmake_install.cmake
CMakeCache.txt
CMakeFiles
Makefile
CMakeScripts/
# Clang tools
compile_commands.json
# This is for the CMake-generated Visual Studio project
*.vcxproj
*.vcxproj.user
*.vcxproj.filters
CorsixTH_Top_Level.sln
CorsixTH/CorsixTH.sln
# Eclipse related files
.buildpath
.project
.settings/
# VS Code files
.project/
.cproject/
.vscode/
.cproject
# Default build path
CorsixTH/CorsixTH
CorsixTH/corsix-th
# Nix
*.so
/result*