.gitignore 849 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /client/vcmiclient
  2. /server/vcmiserver
  3. /launcher/.lupdate
  4. /launcher/vcmilauncher
  5. /mapeditor/.lupdate
  6. /launcher/vcmilauncher_automoc.cpp
  7. /conan-*
  8. build/
  9. .cache/*
  10. out/
  11. /.qt
  12. *.dll
  13. *.exe
  14. *.depend
  15. *.o
  16. *.a
  17. *.so
  18. *.res
  19. *.layout
  20. *.pro.user
  21. *.pro.user.*
  22. *.swp
  23. *.h.gch
  24. *~
  25. *.autosave.*
  26. /CMakeLists.txt.user
  27. CMakeCache.txt
  28. CMakeFiles
  29. Makefile
  30. cmake_install.cmake
  31. install_manifest.txt
  32. moc_*.cpp
  33. qrc_*.cpp
  34. ui_*.h
  35. /CPackConfig.cmake
  36. /CPackSourceConfig.cmake
  37. build-*
  38. CMakeLists.txt.user.*
  39. Doxyfile
  40. doc/*
  41. VCMI_VS11.sdf
  42. *.ipch
  43. VCMI_VS11.opensdf
  44. .DS_Store
  45. .directory
  46. CMakeUserPresets.json
  47. compile_commands.json
  48. fuzzylite.pc
  49. # Visual Studio
  50. *.suo
  51. *.user
  52. /AI/*/RD
  53. /AI/BattleAI/*/RD
  54. /client/RD
  55. /launcher/RD
  56. /lib/RD
  57. /scripting/erm/RD
  58. /scripting/erm/*/RD
  59. /server/RD
  60. /test/RD
  61. /VCMI_VS11.VC.opendb
  62. /AI/FuzzyLite.lib
  63. /deps
  64. .vs/
  65. # Visual Studio Code
  66. /.vscode/
  67. # CLion
  68. .idea/