blob: 267814c26004c3597150e64d181c3efa603d786a [file]
[codespell]
# Skip ChangeLogs and generated files.
skip = */ChangeLog*,*/configure,gdbsupport/Makefile.in,*.dat,*.eps,gdb/features/*.c,gdb/ada-casefold.h,gdb/copying.c,gdb/gdbarch-gen.h,gdb/gdbarch-gen.c,gdb/target-delegates-gen.c,gdb/aclocal.m4,gdbserver/aclocal.m4,gdbsupport/aclocal.m4
ignore-words = gdb/contrib/codespell-ignore-words.txt
dictionary = gdb/contrib/codespell-dictionary.txt,-
# Ignore all URLs.
uri-ignore-words-list = *
# How to ignore blocks of code.
ignore-multiline-regex = codespell:ignore-begin.*codespell:ignore-end