diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-13 11:58:09 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-16 16:33:08 +0100 |
commit | 52c291a36cdc639321584de9de0a47ec62c6ffa1 (patch) | |
tree | d9c93a078d02d20c4ef164b76f62abd8a52094a7 /arch/sh | |
parent | frv: .gitignore: ignore vmlinux.lds (diff) | |
download | linux-52c291a36cdc639321584de9de0a47ec62c6ffa1.tar.xz linux-52c291a36cdc639321584de9de0a47ec62c6ffa1.zip |
sh: decompressor: add shipped files to .gitignore
These files are copied from arch/sh/lib, so should be ignored by git.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boot/compressed/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/boot/compressed/.gitignore b/arch/sh/boot/compressed/.gitignore index 2374a83d87b2..edff113f1b85 100644 --- a/arch/sh/boot/compressed/.gitignore +++ b/arch/sh/boot/compressed/.gitignore @@ -1 +1,6 @@ +ashiftrt.S +ashldi3.c +ashlsi3.S +ashrsi3.S +lshrsi3.S vmlinux.bin.* |