From 20cdf02e3b57a5438d297b7fe0736849ad60cce9 Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Thu, 8 Sep 2022 12:56:51 +0200
Subject: [PATCH] chore(spell): exclude Makefile

---
 .codespellrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.codespellrc b/.codespellrc
index 106ec71a..fd53deeb 100644
--- a/.codespellrc
+++ b/.codespellrc
@@ -1,5 +1,5 @@
 [codespell]
 exclude-file = .gitignore
-skip = *.log,.git,*.png,*.db,*.pyc
+skip = *.log,.git,*.png,*.db,*.pyc,Makefile
 count =
 quiet-level = 1
\ No newline at end of file
-- 
GitLab