From 673822225606349ae13248b7176e92306311ccf3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 29 Jul 2024 19:44:14 -0700 Subject: [PATCH] Add .orig and .rej to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 81e4212a9..3dc7afb4d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ dist skylighting.cabal.orig .*.swp syntax-highlighting +skylighting-core/xml/*.xml.rej +skylighting-core/xml/*.xml.rej.orig +skylighting-core/xml/*.xml.orig