diff mbox series

.gitignore: ignore *.rpm

Message ID 20221226185444.745831-1-masahiroy@kernel.org (mailing list archive)
State New, archived
Headers show
Series .gitignore: ignore *.rpm | expand

Commit Message

Masahiro Yamada Dec. 26, 2022, 6:54 p.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 2e2e3d1eeaee..22984d22d29e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,7 @@ 
 *.o.*
 *.patch
 *.rmeta
+*.rpm
 *.rsi
 *.s
 *.so