diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-12-26 19:54:44 +0100 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-12-30 09:22:14 +0100 |
commit | 924d28b39e3b62ad5e97751585aed7c89f8c43ee (patch) | |
tree | 175b897a1121c50c4bf10991aef483277d8c21f3 /.gitignore | |
parent | arch: fix broken BuildID for arm64 and riscv (diff) | |
download | linux-924d28b39e3b62ad5e97751585aed7c89f8c43ee.tar.xz linux-924d28b39e3b62ad5e97751585aed7c89f8c43ee.zip |
.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-- | .gitignore | 1 |
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 |