From a2bd3f5b465aa9dcf5d06ec3eaaecb25ab5d6bda Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Fri, 2 Feb 2024 20:32:56 +0100 Subject: [PATCH] Add more patterns to .gitignore These were needed for files created by `cmake ../vcmi && cmake --build .` --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 21b784dd2..28ba6ab2e 100644 --- a/.gitignore +++ b/.gitignore @@ -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/