diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-13 13:58:09 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-16 18:33:08 +0300 |
commit | 52c291a36cdc639321584de9de0a47ec62c6ffa1 (patch) | |
tree | d9c93a078d02d20c4ef164b76f62abd8a52094a7 /arch | |
parent | 380a1edbcb66c91bd2aadac1496203f70c266997 (diff) | |
download | linux-52c291a36cdc639321584de9de0a47ec62c6ffa1.tar.xz |
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')
-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.* |