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-05 22:32:41 +01:00
parent 58ee72f684
commit a2bd3f5b46
+7
View File
@@ -1,12 +1,15 @@
/client/vcmiclient /client/vcmiclient
/server/vcmiserver /server/vcmiserver
/launcher/.lupdate
/launcher/vcmilauncher /launcher/vcmilauncher
/mapeditor/.lupdate
/launcher/vcmilauncher_automoc.cpp /launcher/vcmilauncher_automoc.cpp
/conan-* /conan-*
build/ build/
.cache/* .cache/*
out/ out/
/.qt
*.dll *.dll
*.exe *.exe
*.depend *.depend
@@ -42,6 +45,7 @@ VCMI_VS11.opensdf
.DS_Store .DS_Store
CMakeUserPresets.json CMakeUserPresets.json
compile_commands.json compile_commands.json
fuzzylite.pc
# Visual Studio # Visual Studio
*.suo *.suo
@@ -62,5 +66,8 @@ compile_commands.json
/deps /deps
.vs/ .vs/
# Visual Studio Code
/.vscode/
# CLion # CLion
.idea/ .idea/