gitignore

This commit is contained in:
Vlad
2025-07-15 11:19:01 +03:00
parent 3bb58c1b81
commit d7b051c156

45
.gitignore vendored Normal file
View File

@ -0,0 +1,45 @@
# IAR Project Files
*.eww # Workspace files
*.ewt # C-STAT and C-RUN files (comment out if using these tools)
*.ewd # Debugger files
# IAR Build Output
*.o
*.obj
*.bin
*.elf
*.hex
*.map
*.out
*.dep
# IAR Debug Files
**/Debug/Exe/
**/Debug/List/
**/Exe/*.sim
**/Obj/*.pbd
**/Obj/*.pbd.*
**/Obj/*.pbi
**/Obj/*.pbi.*
# IAR Settings
**/settings/*.crun
**/settings/*.dbgdt
**/settings/*.cspy
**/settings/*.cspy.*
**/settings/*.xcl
**/settings/*.dni
**/settings/*.wsdt
**/settings/*.wspos
# IAR Directories
Debug/
Release/
settings/
Backup*/ # Backup files
# System and Trash Files
*.bak
*.~*
thumbs.db
**.log