Skip to content

Commit 9b36d60

Browse files
committed
Updated .gitignore with settings from Zephyr OS project.
1 parent 0bb1507 commit 9b36d60

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,38 @@ modules.order
5353
Module.symvers
5454
Mkfile.old
5555
dkms.conf
56+
57+
# Zephyr OS
58+
outdir
59+
outdir-*
60+
scripts/basic/fixdep
61+
scripts/gen_idt/gen_idt
62+
coverage-report
63+
doc-coverage.info
64+
doc/_build
65+
doc/doxygen
66+
doc/xml
67+
doc/html
68+
doc/boards
69+
doc/samples
70+
doc/latex
71+
doc/themes/zephyr-docs-theme
72+
sanity-out*
73+
twister-out*
74+
bsim_out
75+
bsim_bt_out
76+
myresults.xml
77+
tests/RunResults.xml
78+
scripts/grub
79+
doc/reference/kconfig/*.rst
80+
doc/doc.warnings
81+
.*project
82+
.settings
83+
.envrc
84+
.vscode
85+
hide-defaults-note
86+
venv
87+
.venv
88+
.DS_Store
89+
.clangd
90+
new.info

0 commit comments

Comments
 (0)