diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-21 12:12:39 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-22 00:37:52 +0900 |
commit | 3c78c77bafb18bbbd22f6bda6f508699431ceb11 (patch) | |
tree | 119367f04c602cde64dedf272c3be13567ceb6f9 /scripts/.gitignore | |
parent | 733f4ef46d3ea31e44cebfec851528089a783f0f (diff) | |
download | linux-3c78c77bafb18bbbd22f6bda6f508699431ceb11.tar.bz2 |
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>
Diffstat (limited to 'scripts/.gitignore')
-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 |