projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99cb0d9
)
.gitignore: ignore *.rpm
author
Masahiro Yamada
<masahiroy@kernel.org>
Mon, 26 Dec 2022 18:54:44 +0000
(
03:54
+0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Fri, 30 Dec 2022 08:22:14 +0000
(17:22 +0900)
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>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 3ec73ead6757e28cdc61de24e0d556809155a64e..20dce5c3b9e0f2c124db43c2620c8c1dc0404569 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-39,6
+39,7
@@
*.o.*
*.patch
*.rmeta
+*.rpm
*.rsi
*.s
*.so