mirror of
https://https.git.savannah.gnu.org/git/diffutils.git
synced 2026-01-26 15:03:22 +00:00
* bootstrap.conf (bootstrap_post_import_hook): Use gnulib-tool --copy-file to import tests/init.sh. * tests/init.sh: Remove file. * .gitignore (/tests/init.sh): Add entry.
118 lines
1.5 KiB
Plaintext
118 lines
1.5 KiB
Plaintext
*.a
|
|
*.exe
|
|
*.o
|
|
*.orig
|
|
*.patch
|
|
*.rej
|
|
*~
|
|
.Tpo
|
|
.deps/
|
|
.dirstamp
|
|
.gdb-history
|
|
/*.diff
|
|
/ABOUT-NLS
|
|
/GNUmakefile
|
|
/INSTALL
|
|
/README-release
|
|
/aclocal.m4
|
|
/autom4te.cache/
|
|
/build-aux/
|
|
/confdefs*
|
|
/config.cache
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/conftest*
|
|
/diffutils-*.tar.xz
|
|
/gnulib-tests/
|
|
/m4/
|
|
/maint.mk
|
|
ChangeLog
|
|
ID
|
|
Makefile
|
|
Makefile.in
|
|
TAGS
|
|
doc/.gitignore
|
|
doc/diffutils.aux
|
|
doc/diffutils.cp
|
|
doc/diffutils.cps
|
|
doc/diffutils.info
|
|
doc/diffutils.log
|
|
doc/diffutils.toc
|
|
doc/stamp-vti
|
|
doc/version.texi
|
|
lib/*/
|
|
lib/.gitignore
|
|
lib/alloca.h
|
|
lib/arg-nonnull.h
|
|
lib/c++defs.h
|
|
lib/c-file-type.c
|
|
lib/config.h
|
|
lib/config.hin
|
|
lib/ctype.h
|
|
lib/dirent.h
|
|
lib/errno.h
|
|
lib/error.h
|
|
lib/fcntl.h
|
|
lib/file-type.h
|
|
lib/fnmatch.h
|
|
lib/getopt-cdefs.h
|
|
lib/getopt.h
|
|
lib/iconv*.h
|
|
lib/inttypes.h
|
|
lib/langinfo.h
|
|
lib/limits.h
|
|
lib/locale.h
|
|
lib/signal.h
|
|
lib/sigsegv.h
|
|
lib/stamp-h1
|
|
lib/stdarg.h
|
|
lib/stdbit.h
|
|
lib/stdckdint.h
|
|
lib/stddef.h
|
|
lib/stdint.h
|
|
lib/stdio.h
|
|
lib/stdlib.h
|
|
# For some reason 'bootstrap' doesn't add /stdopen.[ch] to lib/.gitignore.
|
|
lib/stdopen.[ch]
|
|
lib/string.h
|
|
lib/strings.h
|
|
lib/time.h
|
|
lib/uchar.h
|
|
lib/unicase.h
|
|
lib/unictype.h
|
|
lib/uninorm.h
|
|
lib/unistd.h
|
|
lib/unistr.h
|
|
lib/unistr/
|
|
lib/unitypes.h
|
|
lib/uniwidth.h
|
|
lib/uniwidth/
|
|
lib/warn-on-use.h
|
|
lib/wchar.h
|
|
lib/wctype.h
|
|
man/*.1
|
|
po/*.gmo
|
|
po/*.po
|
|
po/*.pot
|
|
po/*.sed
|
|
po/.gitignore
|
|
po/.reference
|
|
po/LINGUAS
|
|
po/Makefile.in.in
|
|
po/Makevars
|
|
po/Makevars.template
|
|
po/POTFILES
|
|
po/Rules-quot
|
|
po/stamp-po
|
|
src/cmp
|
|
src/diff
|
|
src/diff3
|
|
src/paths.h
|
|
src/sdiff
|
|
src/version.[ch]
|
|
tests/*.log
|
|
tests/*.trs
|
|
/tests/init.sh
|
|
vc-dwim-log-*
|