mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-22 20:10:33 +02:00
117 lines
1.9 KiB
Plaintext
117 lines
1.9 KiB
Plaintext
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/
|
|
|
|
# For KDevelop
|
|
.kdev4/
|
|
*.kdev4
|
|
|
|
# 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
|
|
.cache/
|
|
|
|
# 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
|
|
.vs/
|
|
|
|
# CLion / IntelliJ
|
|
.idea/
|
|
|
|
# Default build path
|
|
CorsixTH/CorsixTH
|
|
CorsixTH/corsix-th
|
|
|
|
# Nix
|
|
*.so
|
|
/result*
|