From ba923efe66ee59490a3070979045680dcbd82c8a Mon Sep 17 00:00:00 2001 From: artemscine Date: Sun, 12 May 2024 13:40:10 +0300 Subject: [PATCH] gitignore: Ignore all files with *.orig Change-Id: I6b631474075b7a7e0e8d9081cc3a09085ec91319 Signed-off-by: artemscine --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1a44989..ab67c2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.save +*.orig