Add codespell ignores identified so far

This commit is contained in:
Yaroslav Halchenko 2023-03-29 14:05:36 -04:00
parent 619fb193eb
commit 863c6d9bf4

View file

@ -1,3 +1,8 @@
[codespell] [codespell]
skip = .git,*.pdf,*.svg skip = .git,*.pdf,*.svg,po,rfc*.txt
# ignore-words-list = # nd,te,wath - short variables used
# numer - API used
# Mattern,Stach - names
# entrie - entrie(s) string
# HDA - domain terms used
ignore-words-list = nd,te,wath,mattern,entrie,stach,hda,numer