mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
.gitignore: ignore *.rpm
Previously, *.rpm files were created under $HOME/rpmbuild/, but since
commit 8818039f95
("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>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -39,6 +39,7 @@
|
|||||||
*.o.*
|
*.o.*
|
||||||
*.patch
|
*.patch
|
||||||
*.rmeta
|
*.rmeta
|
||||||
|
*.rpm
|
||||||
*.rsi
|
*.rsi
|
||||||
*.s
|
*.s
|
||||||
*.so
|
*.so
|
||||||
|
Reference in New Issue
Block a user