-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
.gitignore
59 lines (46 loc) · 841 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# 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
**/settings/*.dnx
# 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/FREEPAD*
CC2530DB/flower
CC2530DB/DIYRuZ_*
Source/version.c
!.vscode/
.vscode/settings.json
firmwares/*.hex