OpenMiner/.gitignore

80 lines
870 B
Plaintext
Raw Normal View History

2020-03-29 07:50:31 -07:00
# Texture packs
texturepacks/*
2020-03-29 07:50:31 -07:00
!texturepacks/minecraft
# Temporary editor files
\#*#
.#*
*~
.ycm_extra_conf.py
# 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 08:36:03 -08:00
CMakeFiles
CMakeCache.txt
CTestTestfile.cmake
2015-02-15 08:36:03 -08:00
cmake_install.cmake
compile_commands.json
2015-02-15 08:36:03 -08:00
Makefile
# CMake temporary files on Windows
*.sln
*.vcxproj
*.vcxproj.filters
2020-01-21 23:22:06 -08:00
*.vcxproj.user
openminer.dir
openminer_common.dir
openminer_client.dir
openminer_server.dir
Win32
2020-01-21 23:22:06 -08:00
Debug
Release
2020-01-21 23:22:06 -08:00
RelWithDebInfo
# Visual Studio
.vs
# Doxygen generated files
doc/html
doc/latex
# Binaries
build
build_win32
2020-05-28 05:27:24 -07:00
build_win64
build_msvc
build_mingw
build_clang
build_debug
2020-05-31 19:15:48 -07:00
deploy
2020-03-17 12:35:21 -07:00
openminer
openminer_server
*.exe
2020-01-21 23:22:06 -08:00
*.dll
# Misc
*.dat
*.zip
logs
saves
test_atlas.png
config/client.lua
config/keys.lua
config/server.lua
2020-03-29 07:50:31 -07:00
TODO
Screenshot-*