mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2025-12-10 07:44:48 +01:00
.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:
parent
4c8fb21eb6
commit
5b910a4bb6
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,3 +3,5 @@ dist/
|
|||
release/
|
||||
contrib/*.db
|
||||
contrib/*.txt
|
||||
|
||||
*.patch
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue