2020-03-29 16:50:31 +02:00
|
|
|
# Texture packs
|
2020-03-29 17:33:06 +02:00
|
|
|
texturepacks/*
|
2020-03-29 16:50:31 +02:00
|
|
|
!texturepacks/minecraft
|
|
|
|
|
2018-06-12 09:24:43 +02:00
|
|
|
# Temporary editor files
|
|
|
|
\#*#
|
|
|
|
.#*
|
|
|
|
*~
|
|
|
|
.ycm_extra_conf.py
|
|
|
|
|
|
|
|
# Compiled files
|
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
*.d
|
|
|
|
*.so
|
|
|
|
a.out
|
|
|
|
|
|
|
|
# Debug stuff
|
|
|
|
vgcore.*
|
|
|
|
.gdb_history
|
2018-06-21 06:56:33 +02:00
|
|
|
.valgrind_suppressions
|
2019-01-13 16:38:30 +01:00
|
|
|
gmon.out
|
|
|
|
gprof.txt
|
2018-06-12 09:24:43 +02:00
|
|
|
|
|
|
|
# CMake temporary files
|
2015-02-15 17:36:03 +01:00
|
|
|
CMakeFiles
|
|
|
|
CMakeCache.txt
|
2018-06-12 09:24:43 +02:00
|
|
|
CTestTestfile.cmake
|
2015-02-15 17:36:03 +01:00
|
|
|
cmake_install.cmake
|
2018-06-12 09:24:43 +02:00
|
|
|
compile_commands.json
|
2015-02-15 17:36:03 +01:00
|
|
|
Makefile
|
2018-06-12 09:24:43 +02:00
|
|
|
|
2020-01-22 14:18:31 +09:00
|
|
|
# CMake temporary files on Windows
|
|
|
|
*.sln
|
|
|
|
*.vcxproj
|
|
|
|
*.vcxproj.filters
|
2020-01-22 16:22:06 +09:00
|
|
|
*.vcxproj.user
|
2020-01-22 14:18:31 +09:00
|
|
|
openminer.dir
|
|
|
|
openminer_common.dir
|
|
|
|
openminer_client.dir
|
|
|
|
openminer_server.dir
|
|
|
|
Win32
|
2020-01-22 16:22:06 +09:00
|
|
|
Debug
|
2020-01-22 14:18:31 +09:00
|
|
|
Release
|
2020-01-22 16:22:06 +09:00
|
|
|
RelWithDebInfo
|
|
|
|
|
|
|
|
# Visual Studio
|
|
|
|
.vs
|
2020-01-22 14:18:31 +09:00
|
|
|
|
2018-06-12 09:24:43 +02:00
|
|
|
# Doxygen generated files
|
|
|
|
doc/html
|
|
|
|
doc/latex
|
|
|
|
|
|
|
|
# Binaries
|
2020-04-13 15:16:10 +02:00
|
|
|
build
|
2020-05-26 16:26:12 +02:00
|
|
|
build_win32
|
2020-05-28 14:27:24 +02:00
|
|
|
build_win64
|
|
|
|
build_msvc
|
2020-07-29 16:36:05 +02:00
|
|
|
build_mingw
|
2021-06-10 02:04:14 +02:00
|
|
|
build_clang
|
2020-07-30 12:27:54 +02:00
|
|
|
build_debug
|
2020-06-01 04:15:48 +02:00
|
|
|
deploy
|
2020-03-17 20:35:21 +01:00
|
|
|
openminer
|
|
|
|
openminer_server
|
2018-06-12 09:24:43 +02:00
|
|
|
*.exe
|
2020-01-22 16:22:06 +09:00
|
|
|
*.dll
|
2018-06-12 09:24:43 +02:00
|
|
|
|
|
|
|
# Misc
|
2020-03-10 17:30:22 +01:00
|
|
|
*.dat
|
2018-06-12 09:24:43 +02:00
|
|
|
*.zip
|
2020-07-28 20:55:49 +02:00
|
|
|
logs
|
2020-06-19 00:52:56 +02:00
|
|
|
saves
|
2020-01-30 15:31:49 +09:00
|
|
|
test_atlas.png
|
2020-05-15 00:12:26 +02:00
|
|
|
config/client.lua
|
|
|
|
config/keys.lua
|
|
|
|
config/server.lua
|
2020-03-29 16:50:31 +02:00
|
|
|
TODO
|
2020-07-08 04:02:27 +02:00
|
|
|
Screenshot-*
|
2018-06-12 09:24:43 +02:00
|
|
|
|