We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b24f9 commit 5db49b3Copy full SHA for 5db49b3
IAR.gitignore
@@ -0,0 +1,47 @@
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
0 commit comments