From 402262e78ad56e327570f3b49aa1a6eb092d2780 Mon Sep 17 00:00:00 2001 From: LuanComputacao Date: Thu, 3 Feb 2022 08:45:59 -0300 Subject: [PATCH] fix: exclude *.orig files from versioning --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 57d2db2..e9beeb8 100644 --- a/.gitignore +++ b/.gitignore @@ -277,3 +277,6 @@ bh_unicode_properties.cache # https://packagecontrol.io/packages/sublime-github GitHub.sublime-settings + +# Meld files +**/*.orig