Skip to content

Commit 398b41f

Browse files
author
gojimmypi
committed
Some changes to /gitignore for Visual Studio, VisualGDB, etc
1 parent e5da556 commit 398b41f

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,36 @@ IDE/VisualStudio/Debug
129129
IDE/VisualStudio/DLL Debug
130130
IDE/VisualStudio/DLL Release
131131
IDE/VisualStudio/Release
132+
133+
134+
# Visual Studio Code Workspace Files
135+
*.vscode
136+
*.userprefs
137+
*.exe
138+
*.dll
139+
.vs
140+
Backup
141+
UpgradeLog.htm
142+
*.aps
143+
*.VC.db
144+
*.filters
145+
146+
# Backup and old files
147+
/**/*.bak
148+
/**/*.old
149+
150+
# VisualGDB
151+
**/.visualgdb
152+
**/*.vgdbproj.*.user
153+
154+
# PlatformIO
155+
/IDE/PlatformIO/**/.pio
156+
/IDE/PlatformIO/**/.vscode/.browse.c_cpp.db*
157+
/IDE/PlatformIO/**/.vscode/c_cpp_properties.json
158+
/IDE/PlatformIO/**/.vscode/launch.json
159+
/IDE/PlatformIO/**/.vscode/ipch
160+
161+
# Espressif sdk config default should be saved in sdkconfig.defaults
162+
# we won't track the actual working sdkconfig files
163+
/IDE/Espressif/**/sdkconfig
164+
/IDE/Espressif/**/sdkconfig.old

0 commit comments

Comments
 (0)