-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
86 lines (71 loc) · 1.14 KB
/
.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
firmware/settings/HC12Tracker.dbgdt
firmware/settings/HC12Tracker.dnx
firmware/Debug/Obj/gps.pbi
firmware/Debug/Obj/HC12Tracker.pbd
firmware/Debug/Obj/HC12Tracker.pbd.browse
firmware/settings/HC12Tracker.dbgdt
firmware/settings/HC12Tracker.dnx
*.pbd
*.browse
*.pbi
*.dbgdt
*.wsdt
*.dep
*.out
*.map
*.out
*.o
*.pbi
*.pbd
*.browse
*.pbi
*.dbgdt
*.dnx
*.wsdt
*.xcl
*venv*
*.idea*
Utility scripts/no_pips_data.txt
Utility scripts/with_pips_data.txt
Utility scripts/with_pips_data.txt
# 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 Workspace files
*.eww
# IAR Settings
**/settings/*.crun
**/settings/*.dbgdt
**/settings/*.cspy
**/settings/*.cspy.*
**/settings/*.xcl
**/settings/*.dni
**/settings/*.wsdt
**/settings/*.wspos
# IAR Debug Exe
**/Debug/Exe/
# IAR Debug List
**/Debug/List
# IAR Debug Obj
**/Obj/*.pbd
**/Obj/*.pbd.*
**/Obj/*.pbi
**/Obj/*.pbi.*
# Log files
**.log
# IAR backup files
Backup*
# IAR .dep files
*.dep
# Compiled Binaries
*.bin
*.elf
*.hex
*.map
# Trash files
*.bak
# Ignore some IAR workbench files
firmware/settings/*
firmware/Debug/*