From f1c5ba3191b20e8cc6aa381ffdb9221f08a0c33c Mon Sep 17 00:00:00 2001 From: Christian Zagrodnick Date: Fri, 8 Nov 2024 09:52:40 +0100 Subject: [PATCH] ignore .orig files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f690db22b..3b78e7daa 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ pip-wheel-metadata /examples/**/hostmap.json /examples/**/insecure-private.key *.status +*.orig