Skip to content

Commit 101a0f7

Browse files
zandreytrini
authored andcommitted
.gitignore: add files produced by b4
b4 utility [1] is introduced by Linux Kernel developers and used to fetch patches and patch series from lore.kernel.org and is proven to be useful for U-Boot development. Detailed usage of the tool can be read under post from the original author [2]. This tool fetches files from the list and populates the source folder with additional files (*.cover and *.mbx) which are not ignored by git and shown as newly added files. Add those file patterns into .gitignore file, so they can be safely skipped during changes attestation. Link: [1]: https://pypi.org/project/b4/ Link: [2]: https://people.kernel.org/monsieuricon/introducing-b4-and-patch-attestation Signed-off-by: Andrey Zhizhikin <[email protected]> Reviewed-by: Tom Rini <[email protected]>
1 parent 761157d commit 101a0f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*.asn1.[ch]
1111
*.bin
1212
*.cfgout
13+
*.cover
1314
*.dtb
1415
*.dtbo
1516
*.dtb.S
@@ -22,6 +23,7 @@
2223
*.lex.c
2324
*.lst
2425
*.mod.c
26+
*.mbx
2527
*.o
2628
*.o.*
2729
*.order

0 commit comments

Comments
 (0)