Skip to content

Commit 0956d4a

Browse files
committed
.gitignore modified
1 parent 8370c89 commit 0956d4a

File tree

4 files changed

+14561
-5394
lines changed

4 files changed

+14561
-5394
lines changed

.gitignore

+44-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,53 @@
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+
139
# Prerequisites
240
*.d
341

442
# Object files
543
*.o
644
*.ko
745
*.obj
8-
*.elf
46+
# *.elf
947

1048
# Linker output
1149
*.ilk
12-
*.map
50+
# *.map
1351
*.exp
1452

1553
# Precompiled Headers
@@ -29,12 +67,12 @@
2967
*.dylib
3068

3169
# Executables
32-
*.exe
33-
*.out
70+
# *.exe
71+
# *.out
3472
*.app
3573
*.i*86
3674
*.x86_64
37-
*.hex
75+
# *.hex
3876

3977
# Debug files
4078
*.dSYM/
@@ -45,6 +83,7 @@
4583
# Kernel Module Compile Results
4684
*.mod*
4785
*.cmd
86+
*.dep
4887
.tmp_versions/
4988
modules.order
5089
Module.symvers

0 commit comments

Comments
 (0)