Am 10.12.2011 00:19, schrieb Stefan Weil: > This file can be used with codespell to suppress wrong > misspelling reports. > > Signed-off-by: Stefan Weil <s...@weilnetz.de> > --- > scripts/codespell.exclude | 215 > +++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 215 insertions(+), 0 deletions(-) > create mode 100644 scripts/codespell.exclude > > diff --git a/scripts/codespell.exclude b/scripts/codespell.exclude > new file mode 100644 > index 0000000..d69c946 > --- /dev/null > +++ b/scripts/codespell.exclude > @@ -0,0 +1,215 @@ > + .rela.bss : { *(.rela.bss) } > + .rela.bss : { *(.rela.bss) } [...]
I don't like this. Instead I suggest to keep a word list (that isn't whitespace-sensitive) and to generate the .exclude file via shell script (grep -r) on the fly. Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg