]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update and organize the .gitignore files.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Dec 2016 14:44:56 +0000 (15:44 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Dec 2016 14:44:56 +0000 (15:44 +0100)
32 files changed:
.gitignore
build-aux/.gitignore
gettext-runtime/.gitignore
gettext-runtime/doc/.gitignore
gettext-runtime/intl-csharp/.gitignore
gettext-runtime/intl-java/.gitignore
gettext-runtime/intl/.gitignore
gettext-runtime/libasprintf/.gitignore
gettext-runtime/m4/.gitignore
gettext-runtime/man/.gitignore
gettext-runtime/po/.gitignore
gettext-runtime/src/.gitignore
gettext-runtime/tests/.gitignore
gettext-tools/.gitignore
gettext-tools/doc/.gitignore
gettext-tools/examples/.gitignore
gettext-tools/examples/hello-c-gnome3/po/.gitignore
gettext-tools/examples/po/.gitignore
gettext-tools/gnulib-lib/.gitignore
gettext-tools/gnulib-tests/.gitignore
gettext-tools/its/.gitignore [new file with mode: 0644]
gettext-tools/libgettextpo/.gitignore
gettext-tools/libgrep/.gitignore
gettext-tools/m4/.gitignore
gettext-tools/man/.gitignore
gettext-tools/misc/.gitignore
gettext-tools/po/.gitignore
gettext-tools/projects/.gitignore
gettext-tools/src/.gitignore
gettext-tools/styles/.gitignore
gettext-tools/tests/.gitignore
gnulib-local/.gitignore

index c784122af569a5f8ddd9711657f76a837bb76dc3..77ee873de2cb11aea18535afe469cafbb1253051 100644 (file)
@@ -1,56 +1,76 @@
-# Patterns for all subdirectories: all kinds of automatic backup files.
-*.orig
-*.rej
-*~
-.#*
-\#*#
-*.a
+# Files brought in by gnulib-tool:
+/GNUmakefile
+/maint.mk
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+/ChangeLog
+
+# Files generated by the autotools:
+/aclocal.m4
+/configure
+/Makefile.in
+
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+/.version
+
+# ---------- "make distclean" ought to get you here ----------
+
+# Directories generated by "make" and mistakenly distributed
+# (i.e. mistakenly kept by "make distclean"):
+autom4te.cache
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+/config.log
+/config.status
+# Files created by "config.status":
+/Makefile
+
+# Directories generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+.deps
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+.dirstamp
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+core
+*.stackdump
+# Object files.
 *.o
-*.la
 *.lo
+# gcov data files.
 *.gcno
 *.gcda
-*.class
-*.elc
-*.dll
-*.exe
-*.jar
-*.mdb
-.deps
-.libs
 
-# Files generated by the autotools:
-aclocal.m4
-configure
-autom4te.cache
-config.h
-config.log
-config.status
-libtool
-stamp-h1
-/.version
+# ---------- "make" gets you here ----------
 
-!/gettext-runtime/intl/Makefile.in
-Makefile.in
-Makefile
-
-/ChangeLog
-/gettext-runtime/ChangeLog
-/gettext-runtime/intl/ChangeLog
-/gettext-runtime/libasprintf/ChangeLog
-/gettext-runtime/po/ChangeLog
-/gettext-tools/ChangeLog
-/gettext-tools/examples/ChangeLog
-/gettext-tools/po/ChangeLog
+# Patterns for all subdirectories: all kinds of automatic backup files.
+*.orig
+*.rej
+*~
+*.kate-swp
+.#*
+\#*#
 
-# Files brought in by gnulib-tool:
-/GNUmakefile
-/build-aux/ar-lib
-/build-aux/git-version-gen
-/build-aux/gitlog-to-changelog
-/build-aux/snippet
-/build-aux/test-driver
-/build-aux/update-copyright
-/build-aux/useless-if-before-free
-/build-aux/vc-list-files
-/maint.mk
index 154a7a66769b0d3741aefa5c210ed10867c2c98d..65e27d1a7b066a95b64efc99c0ca3949a90950c9 100644 (file)
@@ -1,29 +1,67 @@
+# Directories brought in by gnulib-tool:
+/snippet
+
 # Files brought in by gnulib-tool:
-/arg-nonnull.h
-/c++defs.h
 /config.libpath
 /config.rpath
 /csharpcomp.sh.in
 /csharpexec.sh.in
+/git-version-gen
+/gitlog-to-changelog
 /install-reloc
 /javacomp.sh.in
 /javaexec.sh.in
 /moopp
 /reloc-ldflags
 /relocatable.sh.in
-/unused-parameter.h
-/warn-on-use.h
+/update-copyright
+/useless-if-before-free
+/vc-list-files
 
 # Files brought in by "automake --add-missing --copy":
+/ar-lib
 /compile
 /depcomp
 /elisp-comp
 /install-sh
 /mdate-sh
 /missing
+/test-driver
 /ylwrap
 
 # Other files brought in by autogen.sh:
 /config.guess
 /config.sub
 
+# Files generated by the autotools:
+
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+
index 3445236f804f8c1f570cf233f532aa96b0005e8c..3c3296de7a0ac070887a9a69253bd945d4aa8b4b 100644 (file)
@@ -1,12 +1,56 @@
 # Directories brought in by gnulib-tool:
 /gnulib-lib
 /gnulib-m4
-/csharpcomp.sh
-/javacomp.sh
+
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+/ChangeLog
 
 # Files generated by the autotools:
-/Makefile.in
 /aclocal.m4
-/config.h.in
 /configure
+/config.h.in
+/Makefile.in
+
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+/config.log
+/config.status
+# Files created by "config.status":
+/Makefile
+/config.h
+/csharpcomp.sh
+/javacomp.sh
+/libtool
+/stamp-h1
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
 
index 536e02e65523e090ad0ab0d86a45df1d50a2e745..ea3206ffad3ddde066c777a0109fa6aeefbb003f 100644 (file)
@@ -1,6 +1,42 @@
 # Files brought in by gnulib-tool:
 /relocatable.texi
 
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
 
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+
index 0b3f7ef534b9fc79b247027c53048fc27e4fd7aa..7e4d05b7b63ef90e171647fb88e052e53c301fee 100644 (file)
@@ -1,3 +1,43 @@
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
 
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+/GNU.Gettext.dll
+/GNU.Gettext.dll.mdb
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+
index 0b3f7ef534b9fc79b247027c53048fc27e4fd7aa..e1b09c92cc3be180e5da4cc36c5cb65aa7e56da5 100644 (file)
@@ -1,3 +1,43 @@
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
 
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+*.class
+/libintl.jar
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+
index 3e48e1c2d347ea7f2539bfbdc1c0362b6776197b..b839e1162b5e27f63d01362a6bcc1cff3dc5ef97 100644 (file)
@@ -1,3 +1,47 @@
-/libgnuintl.h
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+/ChangeLog
+
+# Files generated by the autotools:
+
+# Files generated by "make" and even kept by "make maintainerclean":
 /plural.c
-/.dirstamp
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Directories generated by "make" and erased by "make mostlyclean":
+.libs
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+/libgnuintl.h
+/libgnuintl.la
+
+# ---------- "make" gets you here ----------
+
index 91ddf4099ec9ef1813b0f1c9af60fad86e82ad8b..0d022e35976497c227d871cf178c62b6c1716d3b 100644 (file)
@@ -1,24 +1,70 @@
 # Directories brought in by gnulib-tool:
 /gnulib-m4
 
-# Files  brought in by gnulib-tool:
+# Files brought in by gnulib-tool:
 /Makefile.gnulib
 /alloca.c
 /alloca.in.h
-/dummy.c
 /errno.in.h
 /size_max.h
 /verify.h
 /xsize.c
 /xsize.h
 
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+/ChangeLog
+
 # Files generated by the autotools:
-/Makefile.in
 /aclocal.m4
-/config.h.in
 /configure
-/alloca.h
-/autosprintf.h
+/config.h.in
+/Makefile.in
+
+# Files generated by "make" and even kept by "make maintainerclean":
 
-# Files generated by "make", kept by "make distclean".
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am and Makefile.gnulib):
 /autosprintf.info
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+/config.log
+/config.status
+# Files created by "config.status":
+/Makefile
+/config.h
+/libtool
+/stamp-h1
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Directories generated by "make" and erased by "make clean":
+.libs
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am and Makefile.gnulib):
+/libgnu.la
+/libasprintf.la
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am and Makefile.gnulib):
+/autosprintf.h
+/alloca.h
+/errno.h
+
+# ---------- "make" gets you here ----------
+
index 0b3f7ef534b9fc79b247027c53048fc27e4fd7aa..282b689a756f60631b0986138c6fb635f38edf4f 100644 (file)
@@ -1,3 +1,41 @@
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
 
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+
index 4a68edc03faeea7b613a2bb21946bc7e234a3f22..dd1aa29ea1314ed4394c64af0df4f70308234f31 100644 (file)
@@ -1,28 +1,62 @@
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
 
-# Files brought in by gnulib-tool:
-/x-to-1
+# Files generated by "make" and even kept by "make maintainerclean":
 
-# Files generated by help2man and groff, from autogen.sh or "make dist":
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
 /envsubst.1
-/gettext.1
-/gettext.1.html
-/gettext.1.in
-/ngettext.1
-/ngettext.1.html
-/ngettext.1.in
-/gettext.3
-/ngettext.3
-/textdomain.3
-/bindtextdomain.3
-/bind_textdomain_codeset.3
 /envsubst.1.html
+/gettext.1.in
 /gettext.1.html.in
+/ngettext.1.in
 /ngettext.1.html.in
-/bindtextdomain.3.html
+/bind_textdomain_codeset.3
 /bind_textdomain_codeset.3.html
+/bindtextdomain.3
+/bindtextdomain.3.html
+/gettext.3
 /gettext.3.html
+/ngettext.3
 /ngettext.3.html
+/textdomain.3
 /textdomain.3.html
 
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+/x-to-1
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+/gettext.1
+/gettext.1.html
+/ngettext.1
+/ngettext.1.html
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+
index 37146ccfce765268ada96252f1b8ee575ac2b440..ba19f0fde8033b1ce5c0057ab0e0df40e12014ea 100644 (file)
@@ -1,13 +1,52 @@
-# Files generated by "make", using msgfmt, kept by "make distclean".
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
+# Files generated by the autotools:
+
+# Files generated by "make" and even kept by "make maintainerclean":
+/en@boldquot.po
+/en@quot.po
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+/??@*.insert-header
+/remove-potcdate.sed
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+/stamp-po
+# Files generated by "make", using msgfmt.
 /??.gmo
-/??@*.gmo
 /pt_??.gmo
 /zh_??.gmo
-/stamp-po
+/??@*.gmo
 
-# Files generated by the gettext tools, from autogen.sh or "make dist":
-/en@*.po
+# ---------- "make distclean" gets you here ----------
 
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile.in
+/Makefile
 /POTFILES
-/??@*.insert-header
-/remove-potcdate.sed
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+
index ac97ac6c547ed78b12b10ca40b61e5fc274d4fc7..603a5044f74f327f9d5fbea99346d27571e713cc 100644 (file)
@@ -1,4 +1,51 @@
-gettext.sh
-envsubst
-gettext
-ngettext
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
+# Files generated by the autotools:
+/Makefile.in
+
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+# (see DISTCLEANFILES in Makefile.am):
+/gettext.sh
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+# Executables generated by "make":
+/envsubst
+/envsubst.exe
+/gettext
+/gettext.exe
+/ngettext
+/ngettext.exe
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+/gettext.res
+
+# ---------- "make" gets you here ----------
+
index ce98548d93f74f1653c7a1de3b43a8f6a460add5..460cb4263acef17c42fbee4ff9e10146ef763894 100644 (file)
@@ -1,9 +1,47 @@
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
 
-# Executables generated:
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+# Executables generated by "make":
 /test-lock
+/test-lock.exe
 
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
 # Logs generated by Automake:
 /*.log
 /*.trs
+
+# ---------- "make all check" gets you here ----------
+
index a3d47d9513e5d80f47cd9d513e6945a799792707..fd5b8668784979ddbfe60abde222be1f5871081d 100644 (file)
@@ -1,20 +1,61 @@
 # Directories brought in by gnulib-tool:
 /gnulib-m4
-/gnulib-lib
-/gnulib-tests
-/tests/init.sh
 
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other directories brought in by autogen.sh:
+/intl
+# Other files brought in by autogen.sh:
+/ChangeLog
+# Files copied from gettext-runtime:
+/ABOUT-NLS
+
+# Files generated by the autotools:
+/aclocal.m4
+/configure
+/config.h.in
+/Makefile.in
+
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+/config.log
+/config.status
+# Files created by "config.status":
+/Makefile
+/config.h
 /csharpcomp.sh
 /csharpexec.sh
 /javacomp.sh
 /javaexec.sh
+/libtool
+/stamp-h1
 
-# Files generated by the autotools:
-/Makefile.in
-/aclocal.m4
-/config.h.in
-/configure
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
 
-# Other files brought in by autogen.sh:
-/ABOUT-NLS
-/intl
index 9115d81d03137025e5bd5efdd1417414ae436ce7..80d0e81a1488695f9ddafbc441702d1f35662c36 100644 (file)
@@ -1,10 +1,22 @@
 # Files brought in by gnulib-tool:
 /relocatable.texi
 
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
 
-# Files generated by "make", kept by "make distclean".
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
 /version.texi
 /stamp-vti
 /gettext.info
 /gettext_[0-9].html
 /gettext_[0-9][0-9].html
 
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+/gettext.am
+/gettext.ams
+/gettext.cp
+/gettext.cps
+/gettext.ef
+/gettext.efs
+/gettext.em
+/gettext.ems
+/gettext.ev
+/gettext.evs
+/gettext.fn
+/gettext.fns
+/gettext.kw
+/gettext.kws
+/gettext.op
+/gettext.ops
+/gettext.pg
+/gettext.pgs
+/gettext.vr
+/gettext.vrs
+
+# ---------- "make" gets you here ----------
+
index 2ca6f3c9a518b0b48361b649eaa59a117828e21b..7986f96fdf1091643eaba930f5a2c204a73d178e 100644 (file)
@@ -1,8 +1,47 @@
-# Files generated by the autotools:
-/Makefile.in
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+/ChangeLog
 
 # Files generated by the autotools:
-/Makefile.in
 /aclocal.m4
 /configure
+/Makefile.in
+
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+/config.log
+/config.status
+# Files created by "config.status":
+/Makefile
 /installpaths
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+
index a0c1cd2e80e465fcc6e2d1c44306e0b946f7fff0..76f7d1d93003c1a61bcc13b367661abfa112a4eb 100644 (file)
@@ -1,2 +1,3 @@
 # Other files brought in by autogen.sh:
 /*.po
+
index 32afde649ac8ca65d2178c0dda3f5652314ff4ab..b59cb4b3aedbebf314cf7a82dd8b84ad61f5167a 100644 (file)
@@ -1,8 +1,51 @@
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
 
-# Files generated by the gettext tools, from autogen.sh or "make dist":
-/remove-potcdate.sed
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
 
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+/stamp-po
+
+# Files generated by "make dist" and distributed
+# (i.e. kept by "make distclean")
 # Files generated by xsmallpot.sh:
 /hello-*.pot
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# Files generated by "make dist" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+/remove-potcdate.sed
+
+# ---------- "make" gets you here ----------
+
index d6ae633eda77d00bb11881d4a73336a1e35ab136..b49532d86da4b012dec163921cbfa46023c1a617 100644 (file)
@@ -4,6 +4,7 @@
 /libcroco
 /libxml
 /uniconv
+/unictype
 /unilbrk
 /uniname
 /unistr
@@ -30,6 +31,7 @@
 /atexit.c
 /backupfile.c
 /backupfile.h
+/basename-lgpl.c
 /basename.c
 /basename.h
 /binary-io.c
@@ -72,6 +74,8 @@
 /dirent-private.h
 /dirent.in.h
 /dirfd.c
+/dirname-lgpl.c
+/dirname.h
 /dosname.h
 /dup-safer-flag.c
 /dup-safer.c
 /fcntl.in.h
 /fd-hook.c
 /fd-hook.h
-/fd-ostream.c
-/fd-ostream.h
+/fd-ostream.oo.c
+/fd-ostream.oo.h
 /fd-safer-flag.c
 /fd-safer.c
-/fd_ostream.priv.h
-/fd_ostream.vt.h
-/file-has-acl.c
-/file-ostream.c
-/file-ostream.h
-/file_ostream.priv.h
-/file_ostream.vt.h
+/file-ostream.oo.c
+/file-ostream.oo.h
 /filename.h
 /findprog.c
 /findprog.h
+/flexmember.h
 /float+.h
 /float.c
 /float.in.h
 /getopt.in.h
 /getopt1.c
 /getopt_int.h
+/getprogname.c
+/getprogname.h
 /gettext.h
 /gettimeofday.c
 /gl_anyhash_list1.h
 /gl_anylinked_list2.h
 /gl_array_list.c
 /gl_array_list.h
-/gl_linked_list.c
-/gl_linked_list.h
 /gl_linkedhash_list.c
 /gl_linkedhash_list.h
 /gl_list.c
 /hard-locale.h
 /hash.c
 /hash.h
-/html-ostream.c
-/html-ostream.h
-/html-styled-ostream.c
-/html-styled-ostream.h
-/html_ostream.priv.h
-/html_ostream.vt.h
-/html_styled_ostream.priv.h
-/html_styled_ostream.vt.h
+/html-ostream.oo.c
+/html-ostream.oo.h
+/html-styled-ostream.oo.c
+/html-styled-ostream.oo.h
 /iconv.c
 /iconv.in.h
 /iconv_close.c
 /javaversion.java
 /langinfo.in.h
 /libunistring.valgrind
+/limits.in.h
 /localcharset.c
 /localcharset.h
 /locale.in.h
 /malloca.c
 /malloca.h
 /malloca.valgrind
-/markup.c
-/markup.h
 /math.c
 /math.in.h
 /mbchar.c
 /obstack.h
 /open.c
 /opendir.c
-/ostream.c
-/ostream.h
-/ostream.priv.h
-/ostream.vt.h
+/ostream.oo.c
+/ostream.oo.h
 /pathmax.h
 /pipe-filter-aux.c
 /pipe-filter-aux.h
 /pipe-filter-ii.c
 /pipe-filter.h
 /pipe-safer.c
-/pipe.c
-/pipe.h
 /pipe2-safer.c
 /pipe2.c
 /printf-args.c
 /propername.h
 /qcopy-acl.c
 /qset-acl.c
-/quote.c
 /quote.h
 /quotearg.c
 /quotearg.h
 /read.c
 /readdir.c
 /readlink.c
-/realloc.c
 /ref-add.sin
 /ref-del.sin
 /relocatable.c
 /sched.in.h
 /secure_getenv.c
 /set-acl.c
-/set-mode-acl.c
 /set-permissions.c
 /setenv.c
 /setlocale.c
 /stddef.in.h
 /stdint.in.h
 /stdio-write.c
-/stdio.c
 /stdio.in.h
 /stdlib.in.h
 /stpcpy.c
 /striconveha.c
 /striconveha.h
 /string.in.h
+/stripslash.c
 /strnlen.c
 /strnlen1.c
 /strnlen1.h
 /strstr.c
 /strtol.c
 /strtoul.c
-/styled-ostream.c
-/styled-ostream.h
 /styled-ostream.oo.c
 /styled-ostream.oo.h
-/styled_ostream.priv.h
-/styled_ostream.vt.h
 /sys_select.in.h
-/sys_socket.in.h
 /sys_stat.in.h
 /sys_time.in.h
 /sys_types.in.h
 /sys_wait.in.h
 /tempname.c
 /tempname.h
-/term-ostream.c
-/term-ostream.h
 /term-ostream.oo.c
 /term-ostream.oo.h
-/term-styled-ostream.c
-/term-styled-ostream.h
 /term-styled-ostream.oo.c
 /term-styled-ostream.oo.h
-/term_ostream.priv.h
-/term_ostream.vt.h
-/term_styled_ostream.priv.h
-/term_styled_ostream.vt.h
 /terminfo.h
 /time.in.h
 /tmpdir.c
 /xvasprintf.c
 /xvasprintf.h
 
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
+# Files generated by the autotools:
+/Makefile.in
+
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am and Makefile.gnulib):
 # Files generated by gperf:
 /iconv_open-aix.h
 /iconv_open-hpux.h
 /iconv_open-irix.h
 /iconv_open-osf.h
 /iconv_open-solaris.h
-
 # Files generated by moopp:
-/fd-ostream.oo.c
-/fd-ostream.oo.h
-/file-ostream.oo.c
-/file-ostream.oo.h
-/html-ostream.oo.c
-/html-ostream.oo.h
-/html-styled-ostream.oo.c
-/html-styled-ostream.oo.h
-/ostream.oo.c
-/ostream.oo.h
+/fd-ostream.c
+/fd-ostream.h
+/fd_ostream.priv.h
+/fd_ostream.vt.h
+/file-ostream.c
+/file-ostream.h
+/file_ostream.priv.h
+/file_ostream.vt.h
+/html-ostream.c
+/html-ostream.h
+/html_ostream.priv.h
+/html_ostream.vt.h
+/html-styled-ostream.c
+/html-styled-ostream.h
+/html_styled_ostream.priv.h
+/html_styled_ostream.vt.h
+/ostream.c
+/ostream.h
+/ostream.priv.h
+/ostream.vt.h
+/styled-ostream.c
+/styled-ostream.h
+/styled_ostream.priv.h
+/styled_ostream.vt.h
+/term-ostream.c
+/term-ostream.h
+/term_ostream.priv.h
+/term_ostream.vt.h
+/term-styled-ostream.c
+/term-styled-ostream.h
+/term_styled_ostream.priv.h
+/term_styled_ostream.vt.h
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Directories generated by "make" and erased by "make clean":
+.libs
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am and Makefile.gnulib):
+/configmake.h
+/charset.alias
+/ref-add.sed
+/ref-del.sed
+/libcroco_rpl.la
+/libglib_rpl.la
+/libxml_rpl.la
+/libgettextlib.la
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am and Makefile.gnulib):
+/alloca.h
+/byteswap.h
+/dirent.h
+/errno.h
+/fcntl.h
+/float.h
+/fnmatch.h
+/getopt.h
+/iconv.h
+/langinfo.h
+/glib.h
+/glibconfig.h
+/glib/ghash.h
+/glib/glist.h
+/glib/gprimes.h
+/glib/gstrfuncs.h
+/glib/gstring.h
+/glib/gtypes.h
+/libxml/DOCBparser.h
+/libxml/HTMLparser.h
+/libxml/HTMLtree.h
+/libxml/SAX.h
+/libxml/SAX2.h
+/libxml/c14n.h
+/libxml/catalog.h
+/libxml/chvalid.h
+/libxml/debugXML.h
+/libxml/dict.h
+/libxml/encoding.h
+/libxml/entities.h
+/libxml/globals.h
+/libxml/hash.h
+/libxml/list.h
+/libxml/nanoftp.h
+/libxml/nanohttp.h
+/libxml/parser.h
+/libxml/parserInternals.h
+/libxml/pattern.h
+/libxml/relaxng.h
+/libxml/schemasInternals.h
+/libxml/schematron.h
+/libxml/threads.h
+/libxml/tree.h
+/libxml/uri.h
+/libxml/valid.h
+/libxml/xinclude.h
+/libxml/xlink.h
+/libxml/xmlIO.h
+/libxml/xmlautomata.h
+/libxml/xmlerror.h
+/libxml/xmlexports.h
+/libxml/xmlmemory.h
+/libxml/xmlmodule.h
+/libxml/xmlreader.h
+/libxml/xmlregexp.h
+/libxml/xmlsave.h
+/libxml/xmlschemas.h
+/libxml/xmlschemastypes.h
+/libxml/xmlstring.h
+/libxml/xmlunicode.h
+/libxml/xmlversion.h
+/libxml/xmlwriter.h
+/libxml/xpath.h
+/libxml/xpathInternals.h
+/libxml/xpointer.h
+/limits.h
+/locale.h
+/math.h
+/sched.h
+/signal.h
+/arg-nonnull.h
+/c++defs.h
+/unused-parameter.h
+/warn-on-use.h
+/spawn.h
+/stdarg.h
+/stdbool.h
+/stddef.h
+/stdint.h
+/stdio.h
+/stdlib.h
+/string.h
+/sys/select.h
+/sys/stat.h
+/sys/time.h
+/sys/types.h
+/sys/wait.h
+/time.h
+/uniconv.h
+/unictype.h
+/unilbrk.h
+/uniname.h
+/unistd.h
+/unistr.h
+/unitypes.h
+/uniwidth.h
+/wchar.h
+/wctype.h
+
+# ---------- "make" gets you here ----------
 
-# Files generated by the autotools:
-/Makefile.in
index 69eddcd3626e6b7d8d1ebe093caf951afadfbe53..1d096291801afd7d82a0e4e679c9876528185ec5 100644 (file)
@@ -1,11 +1,10 @@
 # Directories brought in by gnulib-tool:
 /glthread
-/locale
 /uniconv
+/unictype
 /unilbrk
 /uniname
 /unistr
-/uniwidth
 
 # Files brought in by gnulib-tool:
 /Makefile.gnulib
 /ftello.c
 /getcwd-lgpl.c
 /getpagesize.c
-/ignore-value.h
 /infinity.h
 /init.sh
 /inttypes.in.h
+/isblank.c
 /lseek.c
 /macros.h
 /mbtowc-impl.h
@@ -33,6 +32,7 @@
 /randomd.c
 /read-file.c
 /read-file.h
+/realloc.c
 /same-inode.h
 /signature.h
 /sleep.c
 /test-getopt.c
 /test-getopt.h
 /test-getopt_long.h
+/test-getprogname.c
 /test-gettimeofday.c
 /test-iconv-h.c
 /test-iconv.c
 /test-init.sh
 /test-intprops.c
 /test-inttypes.c
+/test-isblank.c
 /test-isinf.c
 /test-isnan.c
 /test-isnand-nolibm.c
 /test-isnanl.h
 /test-iswblank.c
 /test-langinfo.c
-/test-linked_list.c
+/test-limits-h.c
 /test-linkedhash_list.c
 /test-locale.c
 /test-localename.c
 /test-pipe-filter-ii2-child.c
 /test-pipe-filter-ii2-main.c
 /test-pipe-filter-ii2.sh
-/test-pipe.c
-/test-pipe.sh
 /test-pipe2.c
 /test-posix_spawn1.c
 /test-posix_spawn1.in.sh
 /test-sh-quote.c
 /test-sigaction.c
 /test-signal-h.c
-/test-signal.c
 /test-signbit.c
 /test-sigpipe.c
 /test-sigpipe.sh
 /test-symlink.c
 /test-symlink.h
 /test-sys_select.c
-/test-sys_socket.c
 /test-sys_stat.c
 /test-sys_time.c
 /test-sys_types.c
 /test-wcrtomb.c
 /test-wcrtomb.sh
 /test-wctype-h.c
-/test-wctype.c
 /test-wcwidth.c
 /test-write.c
 /test-xalloc-die.c
 /wctomb.c
 /zerosize-ptr.h
 
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
+
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am and Makefile.gnulib):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Directories generated by "make" and erased by "make clean":
+.libs
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am and Makefile.gnulib):
+# Executables generated by "make":
+/libtests.a
+/test-*
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am and Makefile.gnulib):
+/ctype.h
+/inttypes.h
+/test-posix_spawn1.sh
+/test-posix_spawn2.sh
+/arg-nonnull.h
+/c++defs.h
+/unused-parameter.h
+/warn-on-use.h
+/stdalign.h
+# Logs generated by Automake:
+/*.log
+/*.trs
+
+# ---------- "make all check" gets you here ----------
+
diff --git a/gettext-tools/its/.gitignore b/gettext-tools/its/.gitignore
new file mode 100644 (file)
index 0000000..282b689
--- /dev/null
@@ -0,0 +1,41 @@
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
+# Files generated by the autotools:
+/Makefile.in
+
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+
index 10e2973f8cf611bbaf5b15922e92c9f173598d47..ba9fc6edbdc7f2fb8739b78e83441327eb573a84 100644 (file)
@@ -6,19 +6,16 @@
 /unilbrk
 /unistr
 /uniwidth
-/sys
 
 # Files brought in by gnulib-tool:
 /Makefile.gnulib
 /alignof.h
-/alloca.h
 /alloca.in.h
-/arg-nonnull.h
 /asnprintf.c
 /asprintf.c
+/basename-lgpl.c
 /basename.c
 /basename.h
-/c++defs.h
 /c-ctype.c
 /c-ctype.h
 /c-strcase.h
 /c-strncasecmp.c
 /c-strstr.c
 /c-strstr.h
-/charset.alias
 /close.c
 /concat-filename.c
 /concat-filename.h
 /config.charset
-/configmake.h
 /diffseq.h
+/dirname-lgpl.c
+/dirname.h
 /dosname.h
 /errno.in.h
 /error-progname.c
@@ -42,8 +39,6 @@
 /error.h
 /exitfail.c
 /exitfail.h
-/exported.sh
-/fcntl.h
 /fcntl.in.h
 /fd-hook.c
 /fd-hook.h
@@ -63,7 +58,8 @@
 /gcd.h
 /getdelim.c
 /getline.c
-/gettext-po.h
+/getprogname.c
+/getprogname.h
 /gettext.h
 /gettimeofday.c
 /gl_anylinked_list1.h
@@ -79,7 +75,6 @@
 /hash.c
 /hash.h
 /iconv.c
-/iconv.h
 /iconv.in.h
 /iconv_close.c
 /iconv_open-aix.gperf
@@ -92,6 +87,7 @@
 /intprops.h
 /itold.c
 /libunistring.valgrind
+/limits.in.h
 /localcharset.c
 /localcharset.h
 /malloc.c
 /raise.c
 /rawmemchr.c
 /rawmemchr.valgrind
-/realloc.c
-/ref-add.sed
 /ref-add.sin
-/ref-del.sed
 /ref-del.sin
 /relocatable.c
 /relocatable.h
-/signal.h
 /signal.in.h
 /sigprocmask.c
 /size_max.h
 /stddef.in.h
 /stdint.in.h
 /stdio-write.c
-/stdio.c
-/stdio.h
 /stdio.in.h
-/stdlib.h
 /stdlib.in.h
 /stpcpy.c
 /stpncpy.c
 /striconveh.h
 /striconveha.c
 /striconveha.h
-/string.h
 /string.in.h
+/stripslash.c
 /strstr.c
 /sys_stat.in.h
 /sys_time.in.h
 /sys_types.in.h
-/time.h
 /time.in.h
 /uniconv.in.h
 /unictype.in.h
 /unilbrk.in.h
 /unistd.c
-/unistd.h
 /unistd.in.h
 /unistr.in.h
 /unitypes.in.h
 /uniwidth.in.h
 /unlocked-io.h
-/unused-parameter.h
 /vasnprintf.c
 /vasnprintf.h
 /vasprintf.c
 /verify.h
-/warn-on-use.h
-/wchar.h
 /wchar.in.h
 /wctype-h.c
-/wctype.h
 /wctype.in.h
 /wcwidth.c
 /xalloc.h
 /xvasprintf.c
 /xvasprintf.h
 
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
-/uniconv.h
-/unictype.h
-/unilbrk.h
-/unistr.h
-/unitypes.h
-/uniwidth.h
 
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am and Makefile.gnulib):
 # Files generated by gperf:
 /iconv_open-aix.h
 /iconv_open-hpux.h
 /iconv_open-irix.h
 /iconv_open-osf.h
 /iconv_open-solaris.h
-
 # Files generated by moopp:
 /file-ostream.c
 /file-ostream.h
 /ostream.h
 /ostream.priv.h
 /ostream.vt.h
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+/exported.sh
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Directories generated by "make" and erased by "make clean":
+.libs
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am and Makefile.gnulib):
+/configmake.h
+/charset.alias
+/ref-add.sed
+/ref-del.sed
+/gettext-po.h
+/libgnu.la
+/libgettextpo.la
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am and Makefile.gnulib):
+/config.h
+/alloca.h
+/errno.h
+/fcntl.h
+/float.h
+/iconv.h
+/limits.h
+/signal.h
+/arg-nonnull.h
+/c++defs.h
+/unused-parameter.h
+/warn-on-use.h
+/stdarg.h
+/stdbool.h
+/stddef.h
+/stdint.h
+/stdio.h
+/stdlib.h
+/string.h
+/sys/stat.h
+/sys/time.h
+/sys/types.h
+/time.h
+/uniconv.h
+/unictype.h
+/unilbrk.h
+/unistd.h
+/unistr.h
+/unitypes.h
+/uniwidth.h
+/wchar.h
+/wctype.h
+
+# ---------- "make" gets you here ----------
+
index 992bb38f3c5b0b2546aa8a526fe6bd1985acf198..090b6fef45fef706c50ea5502aa9aa894525c24d 100644 (file)
@@ -1,11 +1,10 @@
 # Directories brought in by gnulib-tool:
+/glthread
 /gnulib-m4
 
 # Files brought in by gnulib-tool:
 /Makefile.gnulib
 /btowc.c
-/c++defs.h
-/dummy.c
 /langinfo.in.h
 /localeconv.c
 /mbrlen.c
 /regex_internal.c
 /regex_internal.h
 /regexec.c
-/strcasecmp.c
-/strings.in.h
-/strncasecmp.c
-/sys_types.in.h
-/warn-on-use.h
 /wcrtomb.c
-/glthread
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
 
 # Files generated by the autotools:
 /Makefile.in
+
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am and Makefile.gnulib):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am and Makefile.gnulib):
+/libgrep.a
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am and Makefile.gnulib):
 /langinfo.h
+/c++defs.h
+/warn-on-use.h
+
+# ---------- "make" gets you here ----------
+
index 0b3f7ef534b9fc79b247027c53048fc27e4fd7aa..282b689a756f60631b0986138c6fb635f38edf4f 100644 (file)
@@ -1,3 +1,41 @@
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
 
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+
index ab115248e498a5bd99e4c12cf09caab60614515f..dadf3d2105edd5e9c86d61d0fb385b240cd9ba5c 100644 (file)
@@ -1,44 +1,78 @@
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
 
-# Files brought in by gnulib-tool:
-/x-to-1
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
 
-# Files generated by help2man and groff, from autogen.sh or "make dist":
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
 /autopoint.1
-/gettextize.1
-/msgattrib.1
-/msgcat.1
-/msgcmp.1
-/msgcomm.1
-/msgconv.1
-/msgen.1
-/msgexec.1
-/msgfilter.1
-/msgfmt.1
-/msggrep.1
-/msginit.1
-/msgmerge.1
-/msgunfmt.1
-/msguniq.1
-/recode-sr-latin.1
-/xgettext.1
 /autopoint.1.html
+/gettextize.1
 /gettextize.1.html
+/msgattrib.1
 /msgattrib.1.html
+/msgcat.1
 /msgcat.1.html
+/msgcmp.1
 /msgcmp.1.html
+/msgcomm.1
 /msgcomm.1.html
+/msgconv.1
 /msgconv.1.html
+/msgen.1
 /msgen.1.html
+/msgexec.1
 /msgexec.1.html
+/msgfilter.1
 /msgfilter.1.html
+/msgfmt.1
 /msgfmt.1.html
+/msggrep.1
 /msggrep.1.html
+/msginit.1
 /msginit.1.html
+/msgmerge.1
 /msgmerge.1.html
+/msgunfmt.1
 /msgunfmt.1.html
+/msguniq.1
 /msguniq.1.html
+/recode-sr-latin.1
 /recode-sr-latin.1.html
+/xgettext.1
 /xgettext.1.html
 
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+/x-to-1
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+
index d7287fe5a26785ede73856a29440af8af0f25fa6..4e9300bd50d115712a5b6bfa1a5e2594cc95e306 100644 (file)
@@ -1,11 +1,50 @@
+# Files brought in manually:
+/archive.dir.tar
+
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
 
-# Files distributed but not under version control:
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
 /archive.*.tar.*
-/archive.*.tar
+/*.elc
+
+# ---------- "make distclean" gets you here ----------
 
-# Executables generated:
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+# (see DISTCLEANFILES in Makefile.am):
 /autopoint
 /convert-archive
 /gettextize
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+
index f3484c152c8b22d89b0454feb877cd7c0434545a..95cf2dadea077547e87d18a0504ff03e6774dc5c 100644 (file)
@@ -1,17 +1,10 @@
-# Files generated by "make", using msgfmt, kept by "make distclean".
-/??.gmo
-/??@*.gmo
-/pt_??.gmo
-/zh_??.gmo
-/stamp-po
+# Files brought in by gnulib-tool:
 
-# Files generated by the gettext tools, from autogen.sh or "make dist":
-/en@*.po
+# Files brought in by "automake --add-missing --copy":
 
-/POTFILES
-/??@*.insert-header
-/remove-potcdate.sed
+# Other files brought in by autogen.sh:
 
+# Files generated by the autotools:
 # Files copied from gettext-runtime:
 /Makefile.in.in
 /Rules-quot
 /insert-header.sin
 /quot.sed
 /remove-potcdate.sin
+
+# Files generated by "make" and even kept by "make maintainerclean":
+/en@boldquot.po
+/en@quot.po
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+/??@*.insert-header
+/remove-potcdate.sed
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+/stamp-po
+# Files generated by "make", using msgfmt.
+/??.gmo
+/pt_??.gmo
+/zh_??.gmo
+/??@*.gmo
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile.in
+/Makefile
+/POTFILES
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+
index 0b3f7ef534b9fc79b247027c53048fc27e4fd7aa..282b689a756f60631b0986138c6fb635f38edf4f 100644 (file)
@@ -1,3 +1,41 @@
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
 
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+
index 33a351b36eecd53896f4aefb3a7b053efbf78a25..57f69eaab37b65bb1a2c9261a093eb3bf7936eb0 100644 (file)
@@ -1,29 +1,98 @@
-# Files generated by "make", using bison, kept by "make distclean".
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
+# Files generated by the autotools:
+/Makefile.in
+
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+# Files generated by "make", using bison.
+/cldr-plural.c
+/cldr-plural.h
 /po-gram-gen.c
 /po-gram-gen.h
 /po-gram-gen2.h
-/cldr-plural.c
-/cldr-plural.h
-/.dirstamp
 
-# Executables generated:
-/cldr-plurals
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
 /user-email
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Directories generated by "make" and erased by "make clean":
+.libs
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+*.class
+/gettext.jar
+/libgettextsrc.la
+# Executables generated by "make":
+/cldr-plurals
+/cldr-plurals.exe
 /hostname
+/hostname.exe
 /msgattrib
+/msgattrib.exe
 /msgcat
+/msgcat.exe
 /msgcmp
+/msgcmp.exe
 /msgcomm
+/msgcomm.exe
 /msgconv
+/msgconv.exe
 /msgen
+/msgen.exe
 /msgexec
+/msgexec.exe
 /msgfilter
+/msgfilter.exe
 /msgfmt
+/msgfmt.exe
 /msggrep
+/msggrep.exe
 /msginit
+/msginit.exe
 /msgmerge
+/msgmerge.exe
 /msgunfmt
+/msgunfmt.exe
 /msguniq
+/msguniq.exe
 /recode-sr-latin
+/recode-sr-latin.exe
 /urlget
+/urlget.exe
 /xgettext
+/xgettext.exe
+/gnu.gettext.DumpResource
+/gnu.gettext.DumpResource.exe
+/gnu.gettext.GetURL
+/gnu.gettext.GetURL.exe
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+/gettext.res
+
+# ---------- "make" gets you here ----------
+
index 0b3f7ef534b9fc79b247027c53048fc27e4fd7aa..282b689a756f60631b0986138c6fb635f38edf4f 100644 (file)
@@ -1,3 +1,41 @@
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
 
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+
index 47ffa894a7e7f14a572d3ec6455fb37420868614..0b6b69e9fa46625ff47d1f38ed1bd1de30825541 100644 (file)
@@ -1,28 +1,81 @@
+# Files brought in by gnulib-tool:
+/init.sh
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
-/init-env
 
-# Files generated by the gettext tools, from autogen.sh or "make dist":
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
 /xg-c-1.ok.po
 
-# Executables generated:
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+/init-env
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Directories generated by "make" and erased by "make clean":
+.libs
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+# Executables generated by "make":
 /cake
+/cake.exe
 /fc3
+/fc3.exe
 /fc4
+/fc4.exe
 /fc5
+/fc5.exe
 /gettext-3-prg
+/gettext-3-prg.exe
 /gettext-4-prg
+/gettext-4-prg.exe
 /gettext-5-prg
+/gettext-5-prg.exe
 /gettext-6-prg
+/gettext-6-prg.exe
 /gettext-7-prg
+/gettext-7-prg.exe
 /gettext-8-prg
+/gettext-8-prg.exe
 /gettextpo-1-prg
+/gettextpo-1-prg.exe
 /sentence-1-prg
+/sentence-1-prg.exe
 /testlocale
+/testlocale.exe
 /tstgettext
+/tstgettext.exe
 /tstngettext
+/tstngettext.exe
+
+# ---------- "make mostlyclean" gets you here ----------
 
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
 # Logs generated by Automake:
 /*.log
 /*.trs
 
+# ---------- "make all check" gets you here ----------
+
index 0b3f7ef534b9fc79b247027c53048fc27e4fd7aa..282b689a756f60631b0986138c6fb635f38edf4f 100644 (file)
@@ -1,3 +1,41 @@
+# Files brought in by gnulib-tool:
+
+# Files brought in by "automake --add-missing --copy":
+
+# Other files brought in by autogen.sh:
+
 # Files generated by the autotools:
 /Makefile.in
 
+# Files generated by "make" and even kept by "make maintainerclean":
+
+# Files generated by "make dist" and even kept by "make maintainerclean":
+
+# ---------- "make maintainerclean" gets you here ----------
+
+# Files generated by "make" and distributed
+# (i.e. kept by "make distclean")
+# (see MAINTAINERCLEANFILES in Makefile.am):
+
+# ---------- "make distclean" gets you here ----------
+
+# Files generated by "configure" and not distributed
+# (i.e. erased by "make distclean"):
+# Files created by "config.status":
+/Makefile
+
+# Files generated by "make" and not distributed
+# (i.e. erased by "make distclean"):
+
+# ---------- "make clean" gets you here ----------
+
+# Files generated by "make" and erased by "make clean"
+# (see CLEANFILES in Makefile.am):
+
+# ---------- "make mostlyclean" gets you here ----------
+
+# Files generated by "make" and erased by "make mostlyclean"
+# (see MOSTLYCLEANFILES in Makefile.am):
+
+# ---------- "make" gets you here ----------
+