# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
|
|
# Created by https://www.gitignore.io/api/visualstudiocode,iar
|
# Edit at https://www.gitignore.io/?templates=visualstudiocode,iar
|
|
### IAR ###
|
# Compiled binaries
|
*.o
|
*.bin
|
*.elf
|
*.hex
|
*.map
|
*.out
|
*.obj
|
|
# Trash
|
*.bak
|
thumbs.db
|
*.~*
|
|
# IAR Settings
|
**/settings/*.crun
|
**/settings/*.dbgdt
|
**/settings/*.cspy
|
**/settings/*.cspy.*
|
**/settings/*.xcl
|
**/settings/*.dni
|
**/settings/*.wsdt
|
**/settings/*.wspos
|
|
# IAR Debug Exe
|
**/Exe/*.sim
|
|
# IAR Debug Obj
|
**/Obj/*.pbd
|
**/Obj/*.pbd.*
|
**/Obj/*.pbi
|
**/Obj/*.pbi.*
|
|
# IAR project "Debug" directory
|
Debug/
|
|
# IAR project "Release" directory
|
Release/
|
|
# IAR project settings directory
|
settings/
|
|
# IAR backup files
|
Backup*
|
|
# IAR .dep files
|
*.dep
|
*.ewp
|
|
### VisualStudioCode ###
|
.vscode/*
|
!.vscode/settings.json
|
!.vscode/tasks.json
|
!.vscode/launch.json
|
!.vscode/extensions.json
|
|
### VisualStudioCode Patch ###
|
# Ignore all local history of files
|
.history
|
|
# End of https://www.gitignore.io/api/visualstudiocode,iar
|
|
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
|
.vscode/settings.json
|
.vscode/c_cpp_properties.json
|
.vscode/*
|
*.ewd
|
*.ewt
|
*.eww
|
*.log
|