.gitignore: clean-up unnecessary entries
There have been /errlog and /reloc_off in the top level .gitignore
since commit 1b4aaffe added it about 7 years ago.
But they are no longer generated.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
e89a07e363
commit
f63e36adf4
|
|
@ -44,11 +44,7 @@
|
||||||
#
|
#
|
||||||
# Generated files
|
# Generated files
|
||||||
#
|
#
|
||||||
|
|
||||||
/LOG
|
/LOG
|
||||||
/errlog
|
|
||||||
/reloc_off
|
|
||||||
|
|
||||||
/spl/
|
/spl/
|
||||||
/tpl/
|
/tpl/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue