From 5724a99068d0a3ebc32c123532942bc8efe11cf1 Mon Sep 17 00:00:00 2001 From: Georgi Valkov Date: Fri, 13 Jun 2025 10:05:29 +0300 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 30b16a2..0412bc7 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ *.gz \#*# *.orig +*.patch *~ .DS_Store Makefile.in -- cgit v1.2.3