From: Masahiro Yamada Date: Mon, 30 Jan 2023 08:28:49 +0000 (+0900) Subject: .gitignore: ignore *.cover and *.mbx X-Git-Tag: v6.6.17~5418^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=534066a983df0935847061c844eb178f8a53a9e7;p=platform%2Fkernel%2Flinux-rpi.git .gitignore: ignore *.cover and *.mbx The 'b4' command creates a *.mbx file, and also a *.cover file if the patch set has a cover-letter. Ignore them. Signed-off-by: Masahiro Yamada Reviewed-by: Nicolas Schier Reviewed-by: Nick Desaulniers --- diff --git a/.gitignore b/.gitignore index 22984d2..8fe465f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ *.bin *.bz2 *.c.[012]*.* +*.cover *.dt.yaml *.dtb *.dtbo @@ -33,6 +34,7 @@ *.lz4 *.lzma *.lzo +*.mbx *.mod *.mod.c *.o