Skip to content

Commit 2d00fc4

Browse files
facchinmpillo79
authored andcommitted
gitignore: add all artifacts
Paths in gitignore starting with a slash are relative to the root of the repository, otherwise they match anywhere in the repository.
1 parent a0cb322 commit 2d00fc4

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Diff for: .gitignore

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
build/
2-
distrib/
3-
venv/
1+
/build/
2+
/distrib/
3+
/firmwares/*
4+
/venv/
5+
llext-edk/
6+
cflags.txt
7+
cxxflags.txt
8+
includes.txt
9+
provides.ld

Diff for: extra/sync-zephyr-artifacts/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sync-zephyr-artifacts

Diff for: extra/zephyr-sketch-tool/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
zephyr-sketch-tool

0 commit comments

Comments
 (0)