summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2022-12-27 03:54:44 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2022-12-30 17:22:14 +0900
commit924d28b39e3b62ad5e97751585aed7c89f8c43ee (patch)
tree175b897a1121c50c4bf10991aef483277d8c21f3 /.gitignore
parent99cb0d917ffa1ab628bb67364ca9b162c07699b1 (diff)
downloadlinux-924d28b39e3b62ad5e97751585aed7c89f8c43ee.tar.gz
linux-924d28b39e3b62ad5e97751585aed7c89f8c43ee.tar.xz
.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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3ec73ead6757..20dce5c3b9e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,7 @@
*.o.*
*.patch
*.rmeta
+*.rpm
*.rsi
*.s
*.so