Skip to content

Commit

Permalink
Merge pull request #353 from gojimmypi/PR-gitignore
Browse files Browse the repository at this point in the history
Some changes to .gitignore for Visual Studio, VisualGDB, etc
  • Loading branch information
dgarske authored May 13, 2024
2 parents 2a84508 + 398b41f commit 705c29d
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,36 @@ IDE/VisualStudio/Debug
IDE/VisualStudio/DLL Debug
IDE/VisualStudio/DLL Release
IDE/VisualStudio/Release


# Visual Studio Code Workspace Files
*.vscode
*.userprefs
*.exe
*.dll
.vs
Backup
UpgradeLog.htm
*.aps
*.VC.db
*.filters

# Backup and old files
/**/*.bak
/**/*.old

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

# PlatformIO
/IDE/PlatformIO/**/.pio
/IDE/PlatformIO/**/.vscode/.browse.c_cpp.db*
/IDE/PlatformIO/**/.vscode/c_cpp_properties.json
/IDE/PlatformIO/**/.vscode/launch.json
/IDE/PlatformIO/**/.vscode/ipch

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

0 comments on commit 705c29d

Please sign in to comment.