.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. # Codelite
  30. *.project
  31. # Visual Studio Code & plugins
  32. .vscode/*
  33. !.vscode/extensions.json
  34. build/.cmake/
  35. # Fleet
  36. .fleet
  37. # Gradle
  38. .gradle
  39. # Clang
  40. .cache
  41. # AppImage
  42. *.AppImage
  43. *.zsync
  44. appimage-build
  45. AppDir
  46. # Direnv
  47. .direnv/
  48. # Nix
  49. /result
  50. ## Files related to Minetest development cycle
  51. /*.patch
  52. *.diff
  53. # GNU Patch reject file
  54. *.rej
  55. ## Non-static Minetest directories or symlinks to these
  56. /bin/
  57. /games/*
  58. !/games/devtest/
  59. /games/devtest/mods/soundstuff/sounds/gitignored_sounds/*
  60. !/games/devtest/mods/soundstuff/sounds/gitignored_sounds/custom_sounds_here.txt
  61. /cache
  62. /textures/*
  63. !/textures/base/
  64. /screenshots
  65. /sounds
  66. /mods/*
  67. !/mods/mods_here.txt
  68. /worlds/*
  69. !/worlds/worlds_here.txt
  70. /clientmods/*
  71. !/clientmods/preview/
  72. /client/mod_storage/
  73. /mod_data
  74. ## Configuration/log files
  75. minetest.conf
  76. debug.txt
  77. debug.txt.1
  78. ## Other files generated by Minetest
  79. screenshot_*.png
  80. testbm.txt
  81. ## Doxygen files
  82. doc/Doxyfile
  83. doc/html/
  84. doc/doxygen_*
  85. ## MkDocs files
  86. public/
  87. doc/mkdocs/docs/*.md
  88. doc/mkdocs/mkdocs.yml
  89. ## Build files
  90. build/
  91. CMakeFiles
  92. Makefile
  93. cmake_install.cmake
  94. CMakeCache.txt
  95. CPackConfig.cmake
  96. CPackSourceConfig.cmake
  97. src/cmake_config.h
  98. src/cmake_config_githash.h
  99. /locale/
  100. .directory
  101. *.cbp
  102. *.layout
  103. *.o
  104. *.a
  105. *.ninja
  106. .ninja*
  107. *.gch
  108. *.iml
  109. test_config.h
  110. cmake-build-debug/
  111. cmake-build-minsizerel/
  112. cmake-build-release/
  113. cmake-build-relwithdebinfo/
  114. cmake-build-default/
  115. cmake_config.h
  116. cmake_config_githash.h
  117. CMakeDoxy*
  118. compile_commands.json
  119. *.apk
  120. *.zip
  121. # Visual Studio
  122. *.vcxproj*
  123. *.sln
  124. .vs/
  125. # Old irrlichtmt. Still ignored to make bisecting easier.
  126. lib/irrlichtmt
  127. # Generated mod storage database
  128. client/mod_storage.sqlite