.gitignore 1.7 KB

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