mirror of
https://github.com/Utyff/Zintercom.git
synced 2026-01-12 09:17:41 +03:00
init commit
This commit is contained in:
60
.gitignore
vendored
Normal file
60
.gitignore
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
# 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/*
|
||||
|
||||
zstack-lib
|
||||
Reference in New Issue
Block a user