From 5ce5e3ea75b24ae0a673554f7d03bee7f2ae609b Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Wed, 13 Mar 2024 18:28:25 +0100 Subject: remove spl --- .gitignore | 4 ++-- Common/nvim/spell/nb.utf-8.add | 1 - Common/nvim/spell/nb.utf-8.add.spl | Bin 61 -> 0 bytes 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 Common/nvim/spell/nb.utf-8.add delete mode 100644 Common/nvim/spell/nb.utf-8.add.spl diff --git a/.gitignore b/.gitignore index 8ca63d9..fb84b98 100644 --- a/.gitignore +++ b/.gitignore @@ -88,7 +88,7 @@ Makefile config *.pyc -spell/*.add -spell/*.add.spl +*.add +*.add.spl tags .netrwhist diff --git a/Common/nvim/spell/nb.utf-8.add b/Common/nvim/spell/nb.utf-8.add deleted file mode 100644 index aab906d..0000000 --- a/Common/nvim/spell/nb.utf-8.add +++ /dev/null @@ -1 +0,0 @@ -meldingsutveksling diff --git a/Common/nvim/spell/nb.utf-8.add.spl b/Common/nvim/spell/nb.utf-8.add.spl deleted file mode 100644 index b8c156a..0000000 Binary files a/Common/nvim/spell/nb.utf-8.add.spl and /dev/null differ -- cgit v1.2.3