1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/.gitignore

75 lines
883 B
Plaintext
Raw Normal View History

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