diff options
| author | WangYuli <wangyuli@uniontech.com> | 2024-07-17 11:43:38 +0800 |
|---|---|---|
| committer | Kernel Firmware Robot <linux-firmware@kernel.org> | 2024-07-16 22:49:11 -0500 |
| commit | 2f975bd42b785da2b7ab6cacb8c0ab9b4c4422dd (patch) | |
| tree | 84fe85af65b4fbd448fa93ea8561a0648289a753 /.gitignore | |
| parent | 56b9dd92885f9c652be5c615fb99b69f1a903ef9 (diff) | |
.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>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,3 +3,8 @@ dist/ release/ contrib/*.db contrib/*.txt + +# Normal intermediate files +*.orig +*.patch +*.rej |
