1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-20 20:23:03 +02:00

Add more patterns to .gitignore

These were needed for files created by
`cmake ../vcmi && cmake --build .`
This commit is contained in:
Alexander Wilms 2024-02-02 20:32:56 +01:00
parent 58ee72f684
commit a2bd3f5b46

7
.gitignore vendored
View File

@ -1,12 +1,15 @@
/client/vcmiclient
/server/vcmiserver
/launcher/.lupdate
/launcher/vcmilauncher
/mapeditor/.lupdate
/launcher/vcmilauncher_automoc.cpp
/conan-*
build/
.cache/*
out/
/.qt
*.dll
*.exe
*.depend
@ -42,6 +45,7 @@ VCMI_VS11.opensdf
.DS_Store
CMakeUserPresets.json
compile_commands.json
fuzzylite.pc
# Visual Studio
*.suo
@ -62,5 +66,8 @@ compile_commands.json
/deps
.vs/
# Visual Studio Code
/.vscode/
# CLion
.idea/