We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97814c4 + ebdee1b commit cb85858Copy full SHA for cb85858
.gitignore
@@ -144,6 +144,9 @@ IDE/IAR/Release
144
build/
145
CMakeFiles/
146
CMakeCache.txt
147
+# User specific presets should never be included.
148
+# See docs: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
149
+/**/CMakeUserPresets.json
150
151
# Stage 1
152
stage1/loader_stage1.ld
@@ -255,3 +258,20 @@ lib/r_tsip_rx
255
258
Debug/
256
259
Release/
257
260
language.settings.xml
261
+
262
+# Backup files
263
+*.bak
264
265
+# Any Visual Studio / VisualGDB
266
+/**/.vs
267
+/**/.visualgdb/*
268
269
+# Defaults are set in files otherwise excluded:
270
+!/.vs/README.md
271
+!/.vs/VSWorkspaceState.json
272
+!/.vs/VSWorkspaceSettings.json
273
274
+# Any build directories
275
+/**/build
276
+/**/build-**
277
0 commit comments