From 15c7bd3f09fbf5885e6887434903efe69770071c Mon Sep 17 00:00:00 2001 From: Karl Jones Date: Sun, 13 Feb 2022 13:34:53 +0000 Subject: [PATCH] Improve ignore file --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 5549f5c..1ee3fbe 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,9 @@ KDIS/CMakeFiles/ *.lastcodeanalysissucceeded KDIS.xcodeproj KDIS.build +KDIS/.vs +KDIS/_deps +*.recipe +KDIS/x64 +KDIS/Tests/KDIS_tests.dir/Debug +KDIS/Examples/Building/KDIS_LIB/KDIS_LIB.dir/Debug -- 2.11.4.GIT