mirror of
https://github.com/Utyff/Zintercom.git
synced 2026-01-12 17:27:42 +03:00
60 lines
792 B
Plaintext
60 lines
792 B
Plaintext
# IAR C-STAT and C-RUN
|
|
# Comment this out if you use C-Stat or C-Run to compile/analyze your project
|
|
*.ewt
|
|
|
|
# IAR Debugger files
|
|
*.ewd
|
|
|
|
|
|
# IAR Settings
|
|
**/settings/*.crun
|
|
**/settings/*.dbgdt
|
|
**/settings/*.cspy
|
|
**/settings/*.cspy.*
|
|
**/settings/*.xcl
|
|
**/settings/*.dni
|
|
**/settings/*.wsdt
|
|
**/settings/*.wspos
|
|
|
|
# IAR Debug Exe
|
|
**/CoordinatorEB/Exe/
|
|
|
|
# IAR Debug List
|
|
**/CoordinatorEB/List
|
|
|
|
# IAR Debug Obj
|
|
**/CoordinatorEB/Obj/*.pbd
|
|
**/CoordinatorEB/Obj/*.pbd.*
|
|
**/CoordinatorEB/Obj/*.pbi
|
|
**/CoordinatorEB/Obj/*.pbi.*
|
|
**/CoordinatorEB/Obj/*.r51
|
|
|
|
# Log files
|
|
**.log
|
|
|
|
# IAR backup files
|
|
Backup*
|
|
|
|
# IAR .dep files
|
|
*.dep
|
|
|
|
# Compiled Binaries
|
|
*.bin
|
|
*.elf
|
|
*.map
|
|
|
|
# Trash files
|
|
*.bak
|
|
|
|
# CC2530DB
|
|
|
|
CC2530DB/CHDTECH_DEV*
|
|
|
|
CC2530DB/Zintercom*
|
|
|
|
Source/version.c
|
|
!.vscode/
|
|
.vscode/settings.json
|
|
firmwares/*
|
|
|