From a5d1342d5351915828dec9bee95e33e85588476a Mon Sep 17 00:00:00 2001 From: Lance Wallis Date: Mon, 17 Jun 2024 19:18:41 -0500 Subject: [PATCH] Update gitignore. --- .gitignore | 4 ++++ CMakeUserPresets.json | 9 --------- 2 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 CMakeUserPresets.json diff --git a/.gitignore b/.gitignore index 71fe5ae..4ac5022 100644 --- a/.gitignore +++ b/.gitignore @@ -25,5 +25,9 @@ /xcode/mxml.xcodeproj/project.xcworkspace /xcode/mxml.xcodeproj/xcuserdata +# IDE +.vscode/ + # CMake build/ +CMakeUserPresets.json diff --git a/CMakeUserPresets.json b/CMakeUserPresets.json deleted file mode 100644 index 71aeace..0000000 --- a/CMakeUserPresets.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "version": 4, - "vendor": { - "conan": {} - }, - "include": [ - "build/Release/generators/CMakePresets.json" - ] -} \ No newline at end of file