From 3a79d87f48ffa01ae2eabd166679069eafe66531 Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Thu, 7 Mar 2024 16:23:39 +0100 Subject: [PATCH] gitignore: ignore *.orig file generated by git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ea8c4bf..0b4b32d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +*.orig \ No newline at end of file