kbuild: rpm-pkg: keep spec file until make mrproper
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 30 Sep 2017 01:10:10 +0000 (10:10 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 14 Nov 2017 14:19:01 +0000 (23:19 +0900)
commitaf60e207087975d069858741c44ed4f450330ac4
treeb02c13125c39289aa7838c16157681c3e5bc634b
parent606625be47bc87b6fab0af10cd57aaa675cb9e42
kbuild: rpm-pkg: keep spec file until make mrproper

If build fails during (bin)rpm-pkg, the spec file is not cleaned by
anyone until the next successful build of the package.

We do not have to immediately delete the spec file in case somebody
may want to take a look at it.  Instead, make them ignored by git,
and cleaned up by make mrproper.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
.gitignore
scripts/package/Makefile