mirror of
https://github.com/MCLx86/xtreemtest.git
synced 2025-04-06 18:27:44 +02:00
Compare commits
No commits in common. "ddac2429b1f812bba814c91300357d4c81d2e74f" and "23a66800ef92985eba45d7a75236b11d80d9823a" have entirely different histories.
ddac2429b1
...
23a66800ef
119
.gitignore
vendored
119
.gitignore
vendored
@ -1,119 +0,0 @@
|
|||||||
## Editors and development environments
|
|
||||||
*~
|
|
||||||
*.swp
|
|
||||||
*.bak*
|
|
||||||
*.orig
|
|
||||||
.DS_Store
|
|
||||||
# Vim
|
|
||||||
*.vim
|
|
||||||
# Kate
|
|
||||||
.*.kate-swp
|
|
||||||
.swp.*
|
|
||||||
# KDevelop4
|
|
||||||
.kdev4/
|
|
||||||
*.kdev4
|
|
||||||
# Eclipse (CDT and LDT)
|
|
||||||
.project
|
|
||||||
.cproject
|
|
||||||
.settings/
|
|
||||||
.buildpath
|
|
||||||
.metadata
|
|
||||||
# GNU Global
|
|
||||||
tags
|
|
||||||
!tags/
|
|
||||||
gtags.files
|
|
||||||
.idea
|
|
||||||
# Codelite
|
|
||||||
*.project
|
|
||||||
# Visual Studio Code & plugins
|
|
||||||
.vscode/
|
|
||||||
build/.cmake/
|
|
||||||
# Gradle
|
|
||||||
.gradle
|
|
||||||
|
|
||||||
## Files related to Minetest development cycle
|
|
||||||
/*.patch
|
|
||||||
*.diff
|
|
||||||
# GNU Patch reject file
|
|
||||||
*.rej
|
|
||||||
|
|
||||||
## Non-static Minetest directories or symlinks to these
|
|
||||||
/bin/
|
|
||||||
/games/*
|
|
||||||
!/games/devtest/
|
|
||||||
/cache
|
|
||||||
/textures/*
|
|
||||||
!/textures/base/
|
|
||||||
/screenshots
|
|
||||||
/sounds
|
|
||||||
/mods/*
|
|
||||||
!/mods/minetest/
|
|
||||||
/mods/minetest/*
|
|
||||||
!/mods/minetest/mods_here.txt
|
|
||||||
/worlds
|
|
||||||
/world/
|
|
||||||
/clientmods/*
|
|
||||||
!/clientmods/preview/
|
|
||||||
/client/mod_storage/
|
|
||||||
|
|
||||||
## Configuration/log files
|
|
||||||
minetest.conf
|
|
||||||
debug.txt
|
|
||||||
debug.txt.1
|
|
||||||
|
|
||||||
## Other files generated by Minetest
|
|
||||||
screenshot_*.png
|
|
||||||
testbm.txt
|
|
||||||
|
|
||||||
## Doxygen files
|
|
||||||
doc/Doxyfile
|
|
||||||
doc/html/
|
|
||||||
doc/doxygen_*
|
|
||||||
|
|
||||||
## MkDocs files
|
|
||||||
public/
|
|
||||||
doc/mkdocs/docs/*.md
|
|
||||||
doc/mkdocs/mkdocs.yml
|
|
||||||
|
|
||||||
## Build files
|
|
||||||
build/
|
|
||||||
CMakeFiles
|
|
||||||
Makefile
|
|
||||||
cmake_install.cmake
|
|
||||||
CMakeCache.txt
|
|
||||||
CPackConfig.cmake
|
|
||||||
CPackSourceConfig.cmake
|
|
||||||
src/test_config.h
|
|
||||||
src/cmake_config.h
|
|
||||||
src/cmake_config_githash.h
|
|
||||||
src/unittest/test_world/world.mt
|
|
||||||
games/devtest/mods/testnodes/textures/testnodes_generated_*.png
|
|
||||||
/locale/
|
|
||||||
.directory
|
|
||||||
*.cbp
|
|
||||||
*.layout
|
|
||||||
*.o
|
|
||||||
*.a
|
|
||||||
*.ninja
|
|
||||||
.ninja*
|
|
||||||
*.gch
|
|
||||||
*.iml
|
|
||||||
test_config.h
|
|
||||||
cmake-build-debug/
|
|
||||||
cmake-build-release/
|
|
||||||
cmake_config.h
|
|
||||||
cmake_config_githash.h
|
|
||||||
CMakeDoxy*
|
|
||||||
compile_commands.json
|
|
||||||
*.apk
|
|
||||||
*.zip
|
|
||||||
# Visual Studio
|
|
||||||
*.vcxproj*
|
|
||||||
*.sln
|
|
||||||
.vs/
|
|
||||||
|
|
||||||
# Optional user provided library folder
|
|
||||||
lib/irrlichtmt
|
|
||||||
|
|
||||||
# Generated mod storage database
|
|
||||||
client/mod_storage.sqlite
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.6 KiB |
Loading…
x
Reference in New Issue
Block a user