Skip to content

Commit b0b920c

Browse files
committed
git ignore Visual Studio, VisualGDB, and backup files
1 parent 2a89172 commit b0b920c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,15 @@ lib/r_tsip_rx
255255
Debug/
256256
Release/
257257
language.settings.xml
258+
259+
# Backup files
260+
*.bak
261+
262+
# Any Visual Studio / VisualGDB
263+
/**/.vs
264+
/**/.visualgdb/*
265+
266+
# Any build directories
267+
/**/build
268+
/**/build-**
269+

0 commit comments

Comments
 (0)