OpenMiner/.gitignore

77 lines
837 B
Plaintext
Raw Normal View History

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