.gitignore 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. ## Configuration/log files
  66. minetest.conf
  67. debug.txt
  68. debug.txt.1
  69. ## Other files generated by Minetest
  70. screenshot_*.png
  71. testbm.txt
  72. ## Doxygen files
  73. doc/Doxyfile
  74. doc/html/
  75. doc/doxygen_*
  76. ## MkDocs files
  77. public/
  78. doc/mkdocs/docs/*.md
  79. doc/mkdocs/mkdocs.yml
  80. ## Build files
  81. build/
  82. CMakeFiles
  83. Makefile
  84. cmake_install.cmake
  85. CMakeCache.txt
  86. CPackConfig.cmake
  87. CPackSourceConfig.cmake
  88. src/cmake_config.h
  89. src/cmake_config_githash.h
  90. /locale/
  91. .directory
  92. *.cbp
  93. *.layout
  94. *.o
  95. *.a
  96. *.ninja
  97. .ninja*
  98. *.gch
  99. *.iml
  100. test_config.h
  101. cmake-build-debug/
  102. cmake-build-release/
  103. cmake_config.h
  104. cmake_config_githash.h
  105. CMakeDoxy*
  106. compile_commands.json
  107. *.apk
  108. *.zip
  109. # Visual Studio
  110. *.vcxproj*
  111. *.sln
  112. .vs/
  113. # Optional user provided library folder
  114. lib/irrlichtmt
  115. # Generated mod storage database
  116. client/mod_storage.sqlite