Skip to content

Commit 5765445

Browse files
committed
git ignore Visual Studio, VisualGDB, & backup files
1 parent be15345 commit 5765445

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)