From 4039d7d6f51022cfb601f0f59aa2c3df15f981e5 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 3 Jul 2022 14:17:56 -0500 Subject: [PATCH] repo(.gitignore): Add CMakeUserPresets.json CMake 3.19 and later let you specify build configuration options in a project-wide file (CMakePresets.json) and a local file (CMakeUserPresets.json). Ignore the latter. Signed-off-by: Gerald Combs --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3b9a3efce0..ab2c3004e4 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ driver/driver_config.h .vscode .cache.mk build* +CMakeUserPresets.json \ No newline at end of file