Skip to content

Commit

Permalink
.gitignore: ignore *.rpm
Browse files Browse the repository at this point in the history
Previously, *.rpm files were created under $HOME/rpmbuild/, but since
commit 8818039 ("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>
  • Loading branch information
masahir0y committed Dec 30, 2022
1 parent 99cb0d9 commit 924d28b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
*.o.*
*.patch
*.rmeta
*.rpm
*.rsi
*.s
*.so
Expand Down

0 comments on commit 924d28b

Please sign in to comment.