diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-01-11 18:28:08 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-01-13 21:50:13 +0900 |
commit | 36c1681678b507346e7397a235a7303dad665fc3 (patch) | |
tree | a8a1007b80cf478fa7b35d1d1033461c188c797a /scripts | |
parent | 9059a3493efea6492451430c7e2fa0af799a2abb (diff) | |
download | blackbird-op-linux-36c1681678b507346e7397a235a7303dad665fc3.tar.gz blackbird-op-linux-36c1681678b507346e7397a235a7303dad665fc3.zip |
genksyms: drop *.hash.c from .gitignore
This is a left-over of commit bb3290d91695 ("Remove gperf usage from
toolchain").
We do not generate a hash function any more.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/genksyms/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/genksyms/.gitignore b/scripts/genksyms/.gitignore index 86dc07a01b43..e7836b47f060 100644 --- a/scripts/genksyms/.gitignore +++ b/scripts/genksyms/.gitignore @@ -1,4 +1,3 @@ -*.hash.c *.lex.c *.tab.c *.tab.h |