.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. ## Editors and Development environments
  2. *~
  3. *.swp
  4. *.bak*
  5. *.orig
  6. # Vim
  7. *.vim
  8. # Kate
  9. .*.kate-swp
  10. .swp.*
  11. # KDevelop4
  12. .kdev4/
  13. *.kdev4
  14. # Eclipse (CDT and LDT)
  15. .project
  16. .cproject
  17. .settings/
  18. .buildpath
  19. .metadata
  20. # GNU Global
  21. tags
  22. !tags/
  23. gtags.files
  24. ## Files related to minetest development cycle
  25. /*.patch
  26. # GNU Patch reject file
  27. *.rej
  28. ## Non-static Minetest directories or symlinks to these
  29. /bin/
  30. /games/*
  31. !/games/minimal/
  32. /cache
  33. /textures/*
  34. !/textures/base/
  35. /screenshots
  36. /sounds
  37. /mods/*
  38. !/mods/minetest/
  39. /mods/minetest/*
  40. !/mods/minetest/mods_here.txt
  41. /worlds
  42. /world/
  43. ## Configuration/log files
  44. minetest.conf
  45. debug.txt
  46. ## Doxygen files
  47. doc/Doxyfile
  48. doc/html/
  49. doc/doxygen_*
  50. ## Build files
  51. CMakeFiles
  52. Makefile
  53. !build/android/Makefile
  54. cmake_install.cmake
  55. CMakeCache.txt
  56. CPackConfig.cmake
  57. CPackSourceConfig.cmake
  58. src/android_version.h
  59. src/android_version_githash.h
  60. src/cmake_config.h
  61. src/cmake_config_githash.h
  62. src/lua/build/
  63. locale/
  64. .directory
  65. *.cbp
  66. *.layout
  67. *.o
  68. *.a
  69. ## Android build files
  70. build/android/assets
  71. build/android/bin
  72. build/android/Debug
  73. build/android/deps
  74. build/android/gen
  75. build/android/jni/src
  76. build/android/libs
  77. build/android/obj
  78. build/android/path.cfg
  79. build/android/and_env
  80. build/android/AndroidManifest.xml
  81. timestamp