File tree 4 files changed +14561
-5394
lines changed
4 files changed +14561
-5394
lines changed Original file line number Diff line number Diff line change
1
+ # See http://help.github.com/ignore-files/ for more about ignoring files.
2
+ # https://github.com/colmheaney/iar/blob/master/.gitignore
3
+
4
+ # https://stackoverflow.com/questions/38580486/typical-gitignore-files-for-iar-project
5
+ # https://www.iar.com/knowledge/support/technical-notes/ide/which-files-should-be-version-controlled/
6
+ #
7
+
8
+ # If you find yourself ignoring temporary files generated by your text editor
9
+ # or operating system, you probably want to add a global ignore instead:
10
+ # git config --global core.excludesfile ~/.gitignore_global
11
+
12
+ # Ignore bundler config
13
+ /.bundle
14
+ # comment
15
+ # Ignore the default SQLite database.
16
+ /db /* .sqlite3
17
+
18
+ # IAR Settings
19
+ ** /settings /* .dnx
20
+ ** /settings /* .xml
21
+ ** /settings /* .crun
22
+ ** /settings /* .dbgdt
23
+ ** /settings /* .cspy
24
+ ** /settings /* .cspy. *
25
+ ** /settings /* .xcl
26
+ ** /settings /* .dni
27
+ ** /settings /* .wsdt
28
+ ** /settings /* .wspos
29
+
30
+ # IAR Debug Exe
31
+ ** /Exe /* .sim
32
+
33
+ # IAR Debug Obj
34
+ ** /Obj /* .pbd
35
+ ** /Obj /* .pbd. *
36
+ ** /Obj /* .pbi
37
+ ** /Obj /* .pbi. *
38
+
1
39
# Prerequisites
2
40
* .d
3
41
4
42
# Object files
5
43
* .o
6
44
* .ko
7
45
* .obj
8
- * .elf
46
+ # *.elf
9
47
10
48
# Linker output
11
49
* .ilk
12
- * .map
50
+ # *.map
13
51
* .exp
14
52
15
53
# Precompiled Headers
29
67
* .dylib
30
68
31
69
# Executables
32
- * .exe
33
- * .out
70
+ # *.exe
71
+ # *.out
34
72
* .app
35
73
* .i * 86
36
74
* .x86_64
37
- * .hex
75
+ # *.hex
38
76
39
77
# Debug files
40
78
* .dSYM /
45
83
# Kernel Module Compile Results
46
84
* .mod *
47
85
* .cmd
86
+ * .dep
48
87
.tmp_versions /
49
88
modules.order
50
89
Module.symvers
You can’t perform that action at this time.
0 commit comments