aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
authorWangYuli <wangyuli@uniontech.com>2024-07-17 11:43:38 +0800
committerKernel Firmware Robot <linux-firmware@kernel.org>2024-07-16 22:49:11 -0500
commit2f975bd42b785da2b7ab6cacb8c0ab9b4c4422dd (patch)
tree84fe85af65b4fbd448fa93ea8561a0648289a753 /.gitignore
parent56b9dd92885f9c652be5c615fb99b69f1a903ef9 (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--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ea771274..c4b0bcb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,8 @@ dist/
release/
contrib/*.db
contrib/*.txt
+
+# Normal intermediate files
+*.orig
+*.patch
+*.rej