mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2025-12-10 07:44:48 +01:00
.gitignore: Ignore intermediate files
We should prevent Git from tracking patch files generated by 'git format-patch' and other commands, as they are typically intermediate files. Link: https://lore.kernel.org/all/CA+5PVA7h92wEmJOPVbH-9ubsssPFPwGuRYPNvg54_kTmk8o0Lg@mail.gmail.com Signed-off-by: WangYuli <wangyuli@uniontech.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
This commit is contained in:
parent
56b9dd9288
commit
2f975bd42b
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -3,3 +3,8 @@ dist/
|
|||
release/
|
||||
contrib/*.db
|
||||
contrib/*.txt
|
||||
|
||||
# Normal intermediate files
|
||||
*.orig
|
||||
*.patch
|
||||
*.rej
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue