Skip to content

Commit

Permalink
Espressif / Visual Studio gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Dec 16, 2023
1 parent a8e0214 commit 1f4ee45
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,20 @@ DLL Release
.cproject
.project
.settings

*.bak
*.old

# Visual Studio
/.vs
# auto-created CMake backups
**/CMakeLists.txt.old

# VisualGDB
**/.visualgdb
**/*.vgdbproj.*.user

# Espressif sdk config default should be saved in sdkconfig.defaults
# we won't track the actual working sdkconfig files
**/Espressif/**/out/
**/Espressif/**/sdkconfig

0 comments on commit 1f4ee45

Please sign in to comment.