From e37ce986f27c879c5941b0a6d859d8387e2e19a1 Mon Sep 17 00:00:00 2001 From: smen Date: Mon, 31 Jan 2022 14:50:36 +0100 Subject: [PATCH] Update .gitignore per Visual Studio --- .gitignore | 8 +++++++- build/li0.vcxproj.filters | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c73f19688..a407b4709 100644 --- a/.gitignore +++ b/.gitignore @@ -395,4 +395,10 @@ FodyWeavers.xsd *.msp # JetBrains Rider -*.sln.iml \ No newline at end of file +*.sln.iml + +#exe folder +exe/ + +#lib folder +lib/ \ No newline at end of file diff --git a/build/li0.vcxproj.filters b/build/li0.vcxproj.filters index f382f40dd..59a331127 100644 --- a/build/li0.vcxproj.filters +++ b/build/li0.vcxproj.filters @@ -1,10 +1,6 @@  - - {8e08d29b-f323-49a7-a09a-7890d1d8b731} - cpp - {156b8556-83d6-4ceb-93cf-7ab442b4aa6d} uml @@ -32,6 +28,10 @@ {07df8159-c691-414b-a2aa-5fa35a9f9a05} + + {8e08d29b-f323-49a7-a09a-7890d1d8b731} + cpp +