[PATCH] sh: exclude vmlinux.scr from .gitignore pattern

From: Masahiro Yamada
Date: Mon Apr 29 2019 - 10:34:28 EST


arch/sh/boot/.gitignore has the pattern "vmlinux*"; this is effective
not only for the current directory, but also for any sub-directories.

So, the following files are also considered to be ignored:

arch/sh/boot/compressed/vmlinux.scr
arch/sh/boot/romimage/vmlinux.scr

They are obviously version-controlled, so should be excluded from the
.gitignore pattern.

Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
---

arch/sh/boot/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/sh/boot/.gitignore b/arch/sh/boot/.gitignore
index 541087d..f50fdd9 100644
--- a/arch/sh/boot/.gitignore
+++ b/arch/sh/boot/.gitignore
@@ -1,3 +1,4 @@
zImage
vmlinux*
uImage*
+!vmlinux.scr
--
2.7.4