Skip to content

Commit 924d28b

Browse files
committed
.gitignore: ignore *.rpm
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 <[email protected]>
1 parent 99cb0d9 commit 924d28b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
*.o.*
4040
*.patch
4141
*.rmeta
42+
*.rpm
4243
*.rsi
4344
*.s
4445
*.so

0 commit comments

Comments
 (0)