]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
.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)
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

index 3ec73ead6757e28cdc61de24e0d556809155a64e..20dce5c3b9e0f2c124db43c2620c8c1dc0404569 100644 (file)
@@ -39,6 +39,7 @@
 *.o.*
 *.patch
 *.rmeta
+*.rpm
 *.rsi
 *.s
 *.so