[binutils-gdb] [gdb/contrib] Skip generated aclocal.m4 with codespell
Tom de Vries
vries@sourceware.org
Tue Apr 14 16:18:38 GMT 2026
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=96e797fe9bb25679e0033e7ab43812257b2c1a6b
commit 96e797fe9bb25679e0033e7ab43812257b2c1a6b
Author: Tom de Vries <tdevries@suse.de>
Date: Tue Apr 14 18:18:34 2026 +0200
[gdb/contrib] Skip generated aclocal.m4 with codespell
Skip these 3 generated files with codespell:
- gdb/aclocal.m4
- gdbserver/aclocal.m4
- gdbsupport/aclocal.m4
AFAICT, gdb/testsuite/aclocal.m4 is not generated.
Approved-By: Tom Tromey <tom@tromey.com>
Diff:
---
gdb/contrib/setup.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/contrib/setup.cfg b/gdb/contrib/setup.cfg
index 4793a6264af..267814c2600 100644
--- a/gdb/contrib/setup.cfg
+++ b/gdb/contrib/setup.cfg
@@ -1,7 +1,7 @@
[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
+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,-
More information about the Gdb-cvs
mailing list