.gitignore: ignore *.rpm
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 26 Dec 2022 18:54:44 +0000 (03:54 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 30 Dec 2022 08:22:14 +0000 (17:22 +0900)
commit924d28b39e3b62ad5e97751585aed7c89f8c43ee
tree175b897a1121c50c4bf10991aef483277d8c21f3
parent99cb0d917ffa1ab628bb67364ca9b162c07699b1
.gitignore: ignore *.rpm

Previously, *.rpm files were created under $HOME/rpmbuild/, but since
commit 8818039f959b ("kbuild: add ability to make source rpm buildable
using koji"), srcrpm-pkg creates the source rpm in the kernel tree
because it sets '_srcrpmdir'.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
.gitignore