]> git.baikalelectronics.ru Git - uboot.git/commit
.gitignore: add files produced by b4
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Tue, 7 Jun 2022 08:13:00 +0000 (10:13 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 16 Jun 2022 19:22:55 +0000 (15:22 -0400)
commitff2f4533a718909e23168265571ddb97611359d9
treeff2f4559a8dab9b19ae4d395199cb86c305ed19e
parent3f0fb7f18d997276df645c2595e0ace58eb2df16
.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 <andrey.zhizhikin@leica-geosystems.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
.gitignore