From b0626c8ae0f4b060fef6f0df9d2fc56e157247a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 13 Oct 2025 13:43:59 +0200 Subject: [PATCH] Ignore files with orig and deadcode extensions --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1c17649..8282441 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .*.un~ *~ +*.deadcode +*.orig -- 2.41.3