.gitignore 625 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /client/vcmiclient
  2. /server/vcmiserver
  3. /launcher/vcmilauncher
  4. /launcher/vcmilauncher_automoc.cpp
  5. *.dll
  6. *.exe
  7. *.depend
  8. *.o
  9. *.a
  10. *.so
  11. *.res
  12. *.layout
  13. *.pro.user
  14. *.pro.user.*
  15. *.swp
  16. *.h.gch
  17. *~
  18. /CMakeLists.txt.user
  19. CMakeCache.txt
  20. CMakeFiles
  21. Makefile
  22. cmake_install.cmake
  23. install_manifest.txt
  24. *_cotire.cmake
  25. cotire
  26. moc_*.cpp
  27. qrc_*.cpp
  28. ui_*.h
  29. /CPackConfig.cmake
  30. /CPackSourceConfig.cmake
  31. build-*
  32. CMakeLists.txt.user.*
  33. Doxyfile
  34. doc/*
  35. VCMI_VS11.sdf
  36. *.ipch
  37. VCMI_VS11.opensdf
  38. # Visual Studio
  39. *.suo
  40. *.user
  41. /AI/*/RD
  42. /client/RD
  43. /launcher/RD
  44. /lib/RD
  45. /lib/minizip/RD
  46. /scripting/erm/RD
  47. /server/RD
  48. /test/RD
  49. /VCMI_VS11.VC.opendb
  50. /AI/FuzzyLite.lib