diff options
author | Masahiro Yamada | 2018-12-21 04:12:39 +0100 |
---|---|---|
committer | Masahiro Yamada | 2018-12-21 16:37:52 +0100 |
commit | 3c78c77bafb18bbbd22f6bda6f508699431ceb11 (patch) | |
tree | 119367f04c602cde64dedf272c3be13567ceb6f9 | |
parent | um: remove unused filechk_gen_header in Makefile (diff) | |
download | kernel-qcow2-linux-3c78c77bafb18bbbd22f6bda6f508699431ceb11.tar.gz kernel-qcow2-linux-3c78c77bafb18bbbd22f6bda6f508699431ceb11.tar.xz kernel-qcow2-linux-3c78c77bafb18bbbd22f6bda6f508699431ceb11.zip |
scripts: remove unnecessary ihex2fw and check-lc_ctypes from .gitignore
Commit c512d2544c68 ("gitignore: ignore scripts/ihex2fw") was unneeded.
ihex2fw was generated in firmware/ instead of scripts/ at that time
although ihex2fw.c was pushed back and forth between those directories
in the past.
check-lc_ctype was removed by commit cb43fb5775df ("docs: remove
DocBook from the building system").
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | scripts/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore index 12d302d70128..17f8cef88fa8 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -6,9 +6,7 @@ conmakehash kallsyms pnmtologo unifdef -ihex2fw recordmcount -check-lc_ctype sortextable asn1_compiler extract-cert |