1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-18 03:21:27 +02:00
vcmi/.gitignore

75 lines
883 B
Plaintext
Raw Normal View History

2014-07-20 14:26:26 +04:00
/client/vcmiclient
/server/vcmiserver
/launcher/.lupdate
2014-07-20 14:26:26 +04:00
/launcher/vcmilauncher
/mapeditor/.lupdate
2014-07-20 14:26:26 +04:00
/launcher/vcmilauncher_automoc.cpp
2022-10-18 20:37:22 +03:00
/conan-*
2014-07-20 14:26:26 +04:00
build/
.cache/*
out/
/.qt
2014-04-07 08:58:51 +04:00
*.dll
*.exe
2014-04-07 10:05:25 +04:00
*.depend
*.o
*.a
2014-07-20 14:26:26 +04:00
*.so
2014-04-07 10:05:25 +04:00
*.res
*.layout
*.pro.user
*.pro.user.*
2015-08-22 12:39:49 -04:00
*.swp
2016-01-09 21:23:55 +01:00
*.h.gch
2015-08-22 12:39:49 -04:00
*~
*.autosave.*
/CMakeLists.txt.user
2014-07-20 14:26:26 +04:00
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/*
2015-11-02 12:08:42 +01:00
VCMI_VS11.sdf
*.ipch
VCMI_VS11.opensdf
2021-03-16 23:32:58 +03:00
.DS_Store
.directory
2022-08-09 13:35:05 +03:00
CMakeUserPresets.json
2024-01-02 21:57:27 +01:00
compile_commands.json
fuzzylite.pc
# Visual Studio
*.suo
*.user
/AI/*/RD
/AI/BattleAI/*/RD
/client/RD
/launcher/RD
/lib/RD
/lib/minizip/RD
/lib/minizip/*/RD
/scripting/erm/RD
/scripting/erm/*/RD
/server/RD
/test/RD
/VCMI_VS11.VC.opendb
/AI/FuzzyLite.lib
2018-05-24 21:11:55 +03:00
/deps
.vs/
2022-12-31 16:33:30 +01:00
# Visual Studio Code
/.vscode/
2022-12-31 16:33:30 +01:00
# CLion
.idea/