We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b920c commit ebdee1bCopy full SHA for ebdee1b
1 file changed
.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
@@ -263,6 +266,11 @@ language.settings.xml
263
266
/**/.vs
264
267
/**/.visualgdb/*
265
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-**
0 commit comments