Skip to content

Commit ebdee1b

Browse files
committed
new git ignore
1 parent b0b920c commit ebdee1b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ IDE/IAR/Release
144144
build/
145145
CMakeFiles/
146146
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
147150

148151
# Stage 1
149152
stage1/loader_stage1.ld
@@ -263,6 +266,11 @@ language.settings.xml
263266
/**/.vs
264267
/**/.visualgdb/*
265268

269+
# Defaults are set in files otherwise excluded:
270+
!/.vs/README.md
271+
!/.vs/VSWorkspaceState.json
272+
!/.vs/VSWorkspaceSettings.json
273+
266274
# Any build directories
267275
/**/build
268276
/**/build-**

0 commit comments

Comments
 (0)