From 8507ed1ae94ffd457c5973ad7d7baeb03cdad54e Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 9 May 2022 12:24:50 +0200 Subject: [PATCH] chore: `CMakeUserPresets.json` file should not be added to the repo --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 751b2745..a4547914 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,9 @@ /out/ _build/ +# CMake +CMakeUserPresets.json + # Conan *.pyc /test_package/build/