mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
If CMake is run and Doxygen is found, add a make target called "doc", which builds API documention in doc/html. This target is not included in the default "all" target, you have to explicitly run "make doc" to generate the documentation. If graphviz is installed, in particular, if the "dot" binary is found, doxygen is configured to generate various kinds of diagrams. Note that due to this, the first run of doxygen can take a while.
82 lines
1.3 KiB
Text
82 lines
1.3 KiB
Text
## Generic ignorable patterns and files
|
|
*~
|
|
.*.swp
|
|
*bak*
|
|
tags
|
|
*.vim
|
|
*.orig
|
|
*.rej
|
|
|
|
## Non-static Minetest directories
|
|
/bin/
|
|
/games/*
|
|
!/games/minimal/
|
|
/cache/
|
|
/textures/*
|
|
!/textures/base/
|
|
/sounds/
|
|
/mods/*
|
|
!/mods/minetest/
|
|
/mods/minetest/*
|
|
!/mods/minetest/mods_here.txt
|
|
/worlds/
|
|
/world/
|
|
|
|
## Configuration/log files
|
|
minetest.conf
|
|
debug.txt
|
|
|
|
## Doxygen files
|
|
doc/Doxyfile
|
|
doc/html/
|
|
doc/doxygen_*
|
|
|
|
## Build files
|
|
CMakeFiles/*
|
|
src/CMakeFiles/*
|
|
src/Makefile
|
|
src/cmake_config.h
|
|
src/cmake_config_githash.h
|
|
src/cmake_install.cmake
|
|
src/script/CMakeFiles/*
|
|
src/script/common/CMakeFiles/*
|
|
src/script/cpp_api/CMakeFiles/*
|
|
src/script/lua_api/CMakeFiles/*
|
|
src/util/CMakeFiles/*
|
|
src/jthread/CMakeFiles/*
|
|
src/jthread/Makefile
|
|
src/jthread/cmake_config.h
|
|
src/jthread/cmake_install.cmake
|
|
src/jthread/libjthread.a
|
|
src/json/libjson.a
|
|
src/lua/build/
|
|
src/lua/CMakeFiles/
|
|
src/cguittfont/CMakeFiles/
|
|
src/cguittfont/libcguittfont.a
|
|
src/cguittfont/cmake_install.cmake
|
|
src/cguittfont/Makefile
|
|
src/json/CMakeFiles/
|
|
src/json/libjsoncpp.a
|
|
src/sqlite/CMakeFiles/*
|
|
src/sqlite/libsqlite3.a
|
|
CMakeCache.txt
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
Makefile
|
|
cmake_install.cmake
|
|
locale/
|
|
*.cbp
|
|
*.layout
|
|
*.o
|
|
|
|
## Build variants
|
|
build/android/assets
|
|
build/android/bin
|
|
build/android/Debug
|
|
build/android/deps
|
|
build/android/gen
|
|
build/android/jni/src/*
|
|
build/android/libs
|
|
build/android/obj
|
|
timestamp
|
|
|