mirror of https://github.com/wolfSSL/wolfBoot.git
git ignore Visual Studio, VisualGDB, and backup files
parent
2a89172ff0
commit
b0b920c034
|
|
@ -255,3 +255,15 @@ lib/r_tsip_rx
|
|||
Debug/
|
||||
Release/
|
||||
language.settings.xml
|
||||
|
||||
# Backup files
|
||||
*.bak
|
||||
|
||||
# Any Visual Studio / VisualGDB
|
||||
/**/.vs
|
||||
/**/.visualgdb/*
|
||||
|
||||
# Any build directories
|
||||
/**/build
|
||||
/**/build-**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue