| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- /client/vcmiclient
- /server/vcmiserver
- /launcher/.lupdate
- /launcher/vcmilauncher
- /mapeditor/.lupdate
- /launcher/vcmilauncher_automoc.cpp
- /conan-*
- build/
- .cache/*
- out/
- /.qt
- *.dll
- *.exe
- *.depend
- *.o
- *.a
- *.so
- *.res
- *.layout
- *.pro.user
- *.pro.user.*
- *.swp
- *.h.gch
- *~
- *.autosave.*
- /CMakeLists.txt.user
- CMakeCache.txt
- CMakeFiles
- Makefile
- cmake_install.cmake
- install_manifest.txt
- moc_*.cpp
- qrc_*.cpp
- ui_*.h
- /CPackConfig.cmake
- /CPackSourceConfig.cmake
- build-*
- CMakeLists.txt.user.*
- Doxyfile
- doc/*
- VCMI_VS11.sdf
- *.ipch
- VCMI_VS11.opensdf
- .DS_Store
- .directory
- CMakeUserPresets.json
- compile_commands.json
- fuzzylite.pc
- # Visual Studio
- *.suo
- *.user
- /AI/*/RD
- /AI/BattleAI/*/RD
- /client/RD
- /launcher/RD
- /lib/RD
- /scripting/erm/RD
- /scripting/erm/*/RD
- /server/RD
- /test/RD
- /VCMI_VS11.VC.opendb
- /AI/FuzzyLite.lib
- /deps
- .vs/
- # Visual Studio Code
- /.vscode/
- # CLion
- .idea/
|