mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
Before this change, we had a tendency to manually list each contributor's name in THANKS. Now, each commit "Author" is included in the generated THANKS file automatically, and most of the old THANKS file is now a template, THANKS.in. We'll still have to manually list the names of people who report problems without a usable patch. * THANKS.in: New file, derived from THANKS, but removing names of those who are listed as git log 'Author:'s. * THANKS: Remove file. * thanks-gen: New file. * Makefile.am (THANKS): New rule. (EXTRA_DIST): Add .mailmap, THANKS.in and thanks-gen. * .gitignore: Add THANKS and THANKS-to-translators. * .mailmap: Unify on single address and name-spelling per contributor.
86 lines
1.2 KiB
Plaintext
86 lines
1.2 KiB
Plaintext
*.I[12]
|
|
*.[EIOX]
|
|
*.bak
|
|
*.o
|
|
*/.deps
|
|
*~
|
|
._bootmp
|
|
.gdb-history
|
|
.kludge-stamp
|
|
.version
|
|
/ABOUT-NLS
|
|
/ChangeLog
|
|
/GNUmakefile
|
|
/INSTALL
|
|
/THANKS-to-translators
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/build-aux/.gitignore
|
|
/build-aux/compile
|
|
/build-aux/config.guess
|
|
/build-aux/config.sub
|
|
/build-aux/depcomp
|
|
/build-aux/install-sh
|
|
/build-aux/mdate-sh
|
|
/build-aux/missing
|
|
/build-aux/texinfo.tex
|
|
/build-aux/ylwrap
|
|
/config.cache
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/coreutils-*.tar.gz
|
|
/coreutils-*.tar.gz.sig
|
|
/coreutils-*.tar.xz
|
|
/coreutils-*.tar.xz.sig
|
|
/gnulib-tests
|
|
/lib/.cvsignore
|
|
/lib/.gitignore
|
|
/lib/arg-nonnull.h
|
|
/lib/arpa
|
|
/lib/binary-io.h
|
|
/lib/c++defs.h
|
|
/lib/charset.alias
|
|
/lib/config.h
|
|
/lib/config.hin
|
|
/lib/configmake.h
|
|
/lib/glthread
|
|
/lib/libcoreutils.a
|
|
/lib/link-warning.h
|
|
/lib/printf.c
|
|
/lib/progname.c
|
|
/lib/progname.h
|
|
/lib/selinux
|
|
/lib/stamp-h1
|
|
/lib/unistr
|
|
/lib/uniwidth
|
|
/lib/unused-parameter.h
|
|
/lib/warn-on-use.h
|
|
/m4/.cvsignore
|
|
/m4/.gitignore
|
|
/maint.mk
|
|
/man/*.1
|
|
/po/*.gmo
|
|
/po/*.po
|
|
/po/.gitignore
|
|
/po/.reference
|
|
/po/LINGUAS
|
|
/po/Makefile.in
|
|
/po/Makevars
|
|
/po/POTFILES
|
|
/po/checksums
|
|
/po/coreutils.pot
|
|
/po/stamp-po
|
|
/src/version.c
|
|
/src/version.h
|
|
/stamp-h1
|
|
/tests/*/*.log
|
|
/tests/t?
|
|
/tests/test-suite.log
|
|
ID
|
|
Makefile
|
|
Makefile.in
|
|
TAGS
|
|
THANKS
|
|
THANKS-to-translators
|