From 8108d06ddd7624d740a15a38c1aec77e64762a4e Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 20 Jan 2025 11:03:34 +0100 Subject: [PATCH 1/3] Add support for spelling package --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 45e1706c..8eee9fd6 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -202,6 +202,9 @@ _minted* # scrwfile *.wrt +# spelling +*.bad + # svg svg-inkscape/ From ab5cbc8521d2b3ad3ea59d40cfc40a278c0252cb Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 20 Jan 2025 11:06:25 +0100 Subject: [PATCH 2/3] Refine pattern --- TeX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index 8eee9fd6..ffbc69cc 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -203,7 +203,7 @@ _minted* *.wrt # spelling -*.bad +*.spell.bad # svg svg-inkscape/ From 7a6c799a933e1430dee26b1741129a71fe376a80 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 20 Jan 2025 11:18:40 +0100 Subject: [PATCH 3/3] Update TeX.gitignore --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index ffbc69cc..5ba4795c 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -204,6 +204,7 @@ _minted* # spelling *.spell.bad +*.spell.txt # svg svg-inkscape/