File tree Expand file tree Collapse file tree 2 files changed +49
-1
lines changed
Expand file tree Collapse file tree 2 files changed +49
-1
lines changed Original file line number Diff line number Diff line change 1+ # Compiled binaries
2+ * .o
3+ * .bin
4+ * .elf
5+ * .hex
6+ * .map
7+ * .out
8+ * .obj
9+
10+ # Trash
11+ * .bak
12+ thumbs.db
13+ * .~ *
14+
15+ # IAR Settings
16+ ** /settings /* .crun
17+ ** /settings /* .dbgdt
18+ ** /settings /* .cspy
19+ ** /settings /* .cspy. *
20+ ** /settings /* .xcl
21+ ** /settings /* .dni
22+ ** /settings /* .wsdt
23+ ** /settings /* .wspos
24+
25+ # IAR Debug Exe
26+ ** /Exe /* .sim
27+
28+ # IAR Debug Obj
29+ ** /Obj /* .pbd
30+ ** /Obj /* .pbd. *
31+ ** /Obj /* .pbi
32+ ** /Obj /* .pbi. *
33+
34+ # IAR project "Debug" directory
35+ Debug /
36+
37+ # IAR project "Release" directory
38+ Release /
39+
40+ # IAR project settings directory
41+ settings /
42+
43+ # IAR backup files
44+ Backup *
45+
46+ # IAR .dep files
47+ * .dep
Original file line number Diff line number Diff line change @@ -39,5 +39,6 @@ terraform.rc
3939# Ignore hcl file
4040.terraform.lock.hcl
4141
42+
4243# Ignore graph file
43- * .dot
44+ * .dot
You can’t perform that action at this time.
0 commit comments