Skip to content

Commit

Permalink
Create IAR.gitignore
Browse files Browse the repository at this point in the history
gitignore for IAR Embedded Workbench
  • Loading branch information
diffstorm authored May 31, 2024
1 parent 05b24f9 commit 5db49b3
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions IAR.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# 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

0 comments on commit 5db49b3

Please sign in to comment.