Skip to content

Commit 5d99e20

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 61acd02 commit 5d99e20

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-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

0 commit comments

Comments
 (0)