.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. ## Editors and development environments
  2. *~
  3. .cmake
  4. CMakeUserPresets.json
  5. Testing/*
  6. *.swp
  7. *.bak*
  8. *.orig
  9. .DS_Store
  10. # Vim
  11. *.vim
  12. # Kate
  13. .*.kate-swp
  14. .swp.*
  15. # KDevelop4
  16. .kdev4/
  17. *.kdev4
  18. # Eclipse (CDT and LDT)
  19. .project
  20. .cproject
  21. .settings/
  22. .buildpath
  23. .metadata
  24. # GNU Global
  25. tags
  26. !tags/
  27. gtags.files
  28. .idea
  29. .qtcreator/
  30. # Codelite
  31. *.project
  32. # Visual Studio Code & plugins
  33. .vscode/*
  34. !.vscode/extensions.json
  35. build/.cmake/
  36. # Fleet
  37. .fleet
  38. # Gradle
  39. .gradle
  40. # Clang
  41. .cache
  42. # AppImage
  43. *.AppImage
  44. *.zsync
  45. appimage-build
  46. AppDir
  47. # Direnv
  48. .direnv/
  49. # Nix
  50. /result
  51. ## Files related to Minetest development cycle
  52. /*.patch
  53. *.diff
  54. # GNU Patch reject file
  55. *.rej
  56. ## Non-static Minetest directories or symlinks to these
  57. /bin/
  58. /games/*
  59. !/games/devtest/
  60. /games/devtest/mods/soundstuff/sounds/gitignored_sounds/*
  61. !/games/devtest/mods/soundstuff/sounds/gitignored_sounds/custom_sounds_here.txt
  62. /cache
  63. /textures/*
  64. !/textures/base/
  65. /screenshots
  66. /sounds
  67. /mods/*
  68. !/mods/mods_here.txt
  69. /worlds/*
  70. !/worlds/worlds_here.txt
  71. /clientmods/*
  72. !/clientmods/preview/
  73. /client/mod_storage/
  74. /mod_data
  75. ## Configuration/log files
  76. minetest.conf
  77. debug.txt
  78. debug.txt.1
  79. ## Other files generated by Minetest
  80. screenshot_*.png
  81. testbm.txt
  82. ## Doxygen files
  83. doc/Doxyfile
  84. doc/html/
  85. doc/doxygen_*
  86. ## MkDocs files
  87. public/
  88. doc/mkdocs/docs/*.md
  89. doc/mkdocs/mkdocs.yml
  90. ## Build files
  91. build/
  92. CMakeFiles
  93. Makefile
  94. cmake_install.cmake
  95. CMakeCache.txt
  96. CPackConfig.cmake
  97. CPackSourceConfig.cmake
  98. src/cmake_config.h
  99. src/cmake_config_githash.h
  100. /locale/
  101. .directory
  102. *.cbp
  103. *.layout
  104. *.o
  105. *.a
  106. *.dump
  107. *.dmp
  108. *.ninja
  109. .ninja*
  110. *.gch
  111. *.iml
  112. test_config.h
  113. cmake-build-debug/
  114. cmake-build-minsizerel/
  115. cmake-build-release/
  116. cmake-build-relwithdebinfo/
  117. cmake-build-default/
  118. cmake_config.h
  119. cmake_config_githash.h
  120. CMakeDoxy*
  121. compile_commands.json
  122. *.apk
  123. *.zip
  124. # Visual Studio
  125. *.vcxproj*
  126. *.sln
  127. .vs/
  128. # Old irrlichtmt. Still ignored to make bisecting easier.
  129. lib/irrlichtmt
  130. # Generated mod storage database
  131. client/mod_storage.sqlite