gitignore: add *.patch

When working with patches, git shows them as uncommitted changes.
Ignore *.patch to keep the list of changes tidy.

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
This commit is contained in:
Georgi Valkov
2025-06-13 10:05:29 +03:00
committed by Bernd Schubert
parent e64a6164ff
commit 5724a99068
+1
View File
@@ -12,6 +12,7 @@
*.gz
\#*#
*.orig
*.patch
*~
.DS_Store
Makefile.in