From b0b920c034940df349e9eec9126eaf4196e257e2 Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Wed, 8 Oct 2025 16:27:34 -0700 Subject: [PATCH 1/2] git ignore Visual Studio, VisualGDB, and backup files --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 65b8a8dce7..e7d512e398 100644 --- a/.gitignore +++ b/.gitignore @@ -255,3 +255,15 @@ lib/r_tsip_rx Debug/ Release/ language.settings.xml + +# Backup files +*.bak + +# Any Visual Studio / VisualGDB +/**/.vs +/**/.visualgdb/* + +# Any build directories +/**/build +/**/build-** + From ebdee1be17f72d231415b56e397c0bc1fb5e8e50 Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Mon, 20 Oct 2025 19:40:53 -0700 Subject: [PATCH 2/2] new git ignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index e7d512e398..3589261973 100644 --- a/.gitignore +++ b/.gitignore @@ -144,6 +144,9 @@ IDE/IAR/Release build/ CMakeFiles/ CMakeCache.txt +# User specific presets should never be included. +# See docs: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html +/**/CMakeUserPresets.json # Stage 1 stage1/loader_stage1.ld @@ -263,6 +266,11 @@ language.settings.xml /**/.vs /**/.visualgdb/* +# Defaults are set in files otherwise excluded: +!/.vs/README.md +!/.vs/VSWorkspaceState.json +!/.vs/VSWorkspaceSettings.json + # Any build directories /**/build /**/build-**