From 89624e70c544e6917487a9662c0696714ec09490 Mon Sep 17 00:00:00 2001 From: Ron Hough Date: Sat, 4 Mar 2023 14:35:05 -0600 Subject: [PATCH] Ignores a file generated by conan setup Also, sorts those gitignores. --- .gitignore | 13 +++++++------ CMakeUserPresets.json | 9 --------- 2 files changed, 7 insertions(+), 15 deletions(-) delete mode 100644 CMakeUserPresets.json diff --git a/.gitignore b/.gitignore index ce5b7ea..e97d588 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ -CMakeLists.txt.user CMakeCache.txt CMakeFiles +CMakeLists.txt.user CMakeScripts -Testing -Makefile -cmake_install.cmake -install_manifest.txt -compile_commands.json +CMakeUserPresets.json CTestTestfile.cmake +Makefile +Testing _deps build +cmake_install.cmake +compile_commands.json +install_manifest.txt diff --git a/CMakeUserPresets.json b/CMakeUserPresets.json deleted file mode 100644 index b321908..0000000 --- a/CMakeUserPresets.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "version": 4, - "vendor": { - "conan": {} - }, - "include": [ - "/home/ronh/work/cpp-challenge/build/CMakePresets.json" - ] -} \ No newline at end of file