From 776245b3e76ac3cfe82d959d1b799b8e89d21992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 17 Dec 2025 12:54:51 +0100 Subject: [PATCH] gitignore: Ignore GNU `patch` .orig and .rej backup files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d49ebb069d9..880bacbffa6 100644 --- a/.gitignore +++ b/.gitignore @@ -155,6 +155,10 @@ cppcheck-cppcheck-build-dir/ *.geany .geanyprj +# GNU patch +*.orig +*.rej + # Gprof gmon.out