From 792d618c0297dbdf5583026bb03d1195a4a64d9d Mon Sep 17 00:00:00 2001 From: Leon Brands Date: Sun, 23 Jan 2022 18:49:50 +0100 Subject: [PATCH] added a few missing files/directories to the gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 1b452285..ca7c4606 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # Auto generated files +[Dd]ebug/ +[Rr]elease/ build/* *.slo *.lo @@ -55,6 +57,7 @@ example/* # generated files generated +version.rc # Cmake CMakeCache.txt @@ -67,6 +70,8 @@ install_manifest.txt /tests/tests.VC.db /tests/tests /tests/logs/* +spdlogConfig.cmake +spdlogConfigVersion.cmake # idea .idea/ @@ -81,3 +86,7 @@ cmake-build-*/ *.tcl *.user *.sln + +# macos +*.DS_store +*.xcodeproj/