commit | f78271dfb77353c4d045f9735deebe21839fb2ed | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Jan 22 23:02:32 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Mar 15 01:26:41 2017 +0900 |
tree | e59b09cfa4bcf48064404585b1d55f946fd0ba80 | |
parent | 35288e30ebca59effbd44c5976afc71a342e9a85 [diff] |
kbuild: drop unneeded patterns '.*.orig' and '.*.rej' from distclean The patterns '.*.orig' and '.*.rej' are cleaned away by '*.orig' and '*.rej' seen two lines above. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>