.gitignore 857 B

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