.gitignore: Ignore .patch files

We should add '.patch' to our .gitignore to prevent Git from
tracking patch files generated by 'git format-patch' command,
as they are typically intermediate files.

Signed-off-by: WangYuli <wangyuli@uniontech.com>
This commit is contained in:
WangYuli 2024-07-16 21:36:36 +08:00 committed by Kernel Firmware Robot
parent 4c8fb21eb6
commit 5b910a4bb6

2
.gitignore vendored
View file

@ -3,3 +3,5 @@ dist/
release/
contrib/*.db
contrib/*.txt
*.patch