commit | 924d28b39e3b62ad5e97751585aed7c89f8c43ee | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Tue Dec 27 03:54:44 2022 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Fri Dec 30 17:22:14 2022 +0900 |
tree | 175b897a1121c50c4bf10991aef483277d8c21f3 | |
parent | 99cb0d917ffa1ab628bb67364ca9b162c07699b1 [diff] |
.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>