.gitignore 1.8 KB

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