Skip to content

Commit cb85858

Browse files
authored
Merge pull request #599 from gojimmypi/pr-update-gitignore
git ignore Visual Studio, VisualGDB, and backup files
2 parents 97814c4 + ebdee1b commit cb85858

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitignore

Lines changed: 20 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
@@ -255,3 +258,20 @@ lib/r_tsip_rx
255258
Debug/
256259
Release/
257260
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

Comments
 (0)