mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
Update and organize the .gitignore files.
This commit is contained in:
parent
379362a16d
commit
4d9a9d58c2
118
.gitignore
vendored
118
.gitignore
vendored
@ -1,56 +1,76 @@
|
||||
# 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
|
||||
*.lo
|
||||
# gcov data files.
|
||||
*.gcno
|
||||
*.gcda
|
||||
|
||||
# ---------- "make" gets you here ----------
|
||||
|
||||
# Patterns for all subdirectories: all kinds of automatic backup files.
|
||||
*.orig
|
||||
*.rej
|
||||
*~
|
||||
*.kate-swp
|
||||
.#*
|
||||
\#*#
|
||||
*.a
|
||||
*.o
|
||||
*.la
|
||||
*.lo
|
||||
*.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
|
||||
|
||||
!/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
|
||||
|
||||
# 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
|
||||
|
||||
46
build-aux/.gitignore
vendored
46
build-aux/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
52
gettext-runtime/.gitignore
vendored
52
gettext-runtime/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
36
gettext-runtime/doc/.gitignore
vendored
36
gettext-runtime/doc/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
40
gettext-runtime/intl-csharp/.gitignore
vendored
40
gettext-runtime/intl-csharp/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
40
gettext-runtime/intl-java/.gitignore
vendored
40
gettext-runtime/intl-java/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
48
gettext-runtime/intl/.gitignore
vendored
48
gettext-runtime/intl/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
66
gettext-runtime/libasprintf/.gitignore
vendored
66
gettext-runtime/libasprintf/.gitignore
vendored
@ -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 generated by the autotools:
|
||||
/Makefile.in
|
||||
/aclocal.m4
|
||||
/config.h.in
|
||||
/configure
|
||||
/alloca.h
|
||||
/autosprintf.h
|
||||
# Files brought in by "automake --add-missing --copy":
|
||||
|
||||
# Files generated by "make", kept by "make distclean".
|
||||
# Other files brought in by autogen.sh:
|
||||
/ChangeLog
|
||||
|
||||
# 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 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 ----------
|
||||
|
||||
|
||||
38
gettext-runtime/m4/.gitignore
vendored
38
gettext-runtime/m4/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
64
gettext-runtime/man/.gitignore
vendored
64
gettext-runtime/man/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
57
gettext-runtime/po/.gitignore
vendored
57
gettext-runtime/po/.gitignore
vendored
@ -1,13 +1,52 @@
|
||||
# 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
|
||||
# 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
|
||||
/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 ----------
|
||||
|
||||
|
||||
55
gettext-runtime/src/.gitignore
vendored
55
gettext-runtime/src/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
42
gettext-runtime/tests/.gitignore
vendored
42
gettext-runtime/tests/.gitignore
vendored
@ -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:
|
||||
/test-lock
|
||||
# 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 ----------
|
||||
|
||||
|
||||
63
gettext-tools/.gitignore
vendored
63
gettext-tools/.gitignore
vendored
@ -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
|
||||
|
||||
56
gettext-tools/doc/.gitignore
vendored
56
gettext-tools/doc/.gitignore
vendored
@ -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
|
||||
@ -13,3 +25,45 @@
|
||||
/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 ----------
|
||||
|
||||
|
||||
45
gettext-tools/examples/.gitignore
vendored
45
gettext-tools/examples/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
# Other files brought in by autogen.sh:
|
||||
/*.po
|
||||
|
||||
|
||||
47
gettext-tools/examples/po/.gitignore
vendored
47
gettext-tools/examples/po/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
255
gettext-tools/gnulib-lib/.gitignore
vendored
255
gettext-tools/gnulib-lib/.gitignore
vendored
@ -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
|
||||
@ -91,20 +95,16 @@
|
||||
/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
|
||||
@ -129,6 +129,8 @@
|
||||
/getopt.in.h
|
||||
/getopt1.c
|
||||
/getopt_int.h
|
||||
/getprogname.c
|
||||
/getprogname.h
|
||||
/gettext.h
|
||||
/gettimeofday.c
|
||||
/gl_anyhash_list1.h
|
||||
@ -137,8 +139,6 @@
|
||||
/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
|
||||
@ -151,14 +151,10 @@
|
||||
/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
|
||||
@ -191,6 +187,7 @@
|
||||
/javaversion.java
|
||||
/langinfo.in.h
|
||||
/libunistring.valgrind
|
||||
/limits.in.h
|
||||
/localcharset.c
|
||||
/localcharset.h
|
||||
/locale.in.h
|
||||
@ -202,8 +199,6 @@
|
||||
/malloca.c
|
||||
/malloca.h
|
||||
/malloca.valgrind
|
||||
/markup.c
|
||||
/markup.h
|
||||
/math.c
|
||||
/math.in.h
|
||||
/mbchar.c
|
||||
@ -236,18 +231,14 @@
|
||||
/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
|
||||
@ -261,7 +252,6 @@
|
||||
/propername.h
|
||||
/qcopy-acl.c
|
||||
/qset-acl.c
|
||||
/quote.c
|
||||
/quote.h
|
||||
/quotearg.c
|
||||
/quotearg.h
|
||||
@ -271,7 +261,6 @@
|
||||
/read.c
|
||||
/readdir.c
|
||||
/readlink.c
|
||||
/realloc.c
|
||||
/ref-add.sin
|
||||
/ref-del.sin
|
||||
/relocatable.c
|
||||
@ -285,7 +274,6 @@
|
||||
/sched.in.h
|
||||
/secure_getenv.c
|
||||
/set-acl.c
|
||||
/set-mode-acl.c
|
||||
/set-permissions.c
|
||||
/setenv.c
|
||||
/setlocale.c
|
||||
@ -322,7 +310,6 @@
|
||||
/stddef.in.h
|
||||
/stdint.in.h
|
||||
/stdio-write.c
|
||||
/stdio.c
|
||||
/stdio.in.h
|
||||
/stdlib.in.h
|
||||
/stpcpy.c
|
||||
@ -343,6 +330,7 @@
|
||||
/striconveha.c
|
||||
/striconveha.h
|
||||
/string.in.h
|
||||
/stripslash.c
|
||||
/strnlen.c
|
||||
/strnlen1.c
|
||||
/strnlen1.h
|
||||
@ -350,32 +338,19 @@
|
||||
/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
|
||||
@ -435,24 +410,190 @@
|
||||
/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
|
||||
|
||||
70
gettext-tools/gnulib-tests/.gitignore
vendored
70
gettext-tools/gnulib-tests/.gitignore
vendored
@ -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
|
||||
@ -19,10 +18,10 @@
|
||||
/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
|
||||
@ -113,6 +113,7 @@
|
||||
/test-getopt.c
|
||||
/test-getopt.h
|
||||
/test-getopt_long.h
|
||||
/test-getprogname.c
|
||||
/test-gettimeofday.c
|
||||
/test-iconv-h.c
|
||||
/test-iconv.c
|
||||
@ -120,6 +121,7 @@
|
||||
/test-init.sh
|
||||
/test-intprops.c
|
||||
/test-inttypes.c
|
||||
/test-isblank.c
|
||||
/test-isinf.c
|
||||
/test-isnan.c
|
||||
/test-isnand-nolibm.c
|
||||
@ -133,7 +135,7 @@
|
||||
/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
|
||||
@ -190,8 +192,6 @@
|
||||
/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
|
||||
@ -225,7 +225,6 @@
|
||||
/test-sh-quote.c
|
||||
/test-sigaction.c
|
||||
/test-signal-h.c
|
||||
/test-signal.c
|
||||
/test-signbit.c
|
||||
/test-sigpipe.c
|
||||
/test-sigpipe.sh
|
||||
@ -257,7 +256,6 @@
|
||||
/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
|
||||
@ -304,7 +302,6 @@
|
||||
/test-wcrtomb.c
|
||||
/test-wcrtomb.sh
|
||||
/test-wctype-h.c
|
||||
/test-wctype.c
|
||||
/test-wcwidth.c
|
||||
/test-write.c
|
||||
/test-xalloc-die.c
|
||||
@ -317,5 +314,60 @@
|
||||
/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 ----------
|
||||
|
||||
|
||||
41
gettext-tools/its/.gitignore
vendored
Normal file
41
gettext-tools/its/.gitignore
vendored
Normal file
@ -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 ----------
|
||||
|
||||
117
gettext-tools/libgettextpo/.gitignore
vendored
117
gettext-tools/libgettextpo/.gitignore
vendored
@ -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
|
||||
@ -27,13 +24,13 @@
|
||||
/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
|
||||
@ -127,14 +123,10 @@
|
||||
/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
|
||||
@ -144,10 +136,7 @@
|
||||
/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
|
||||
@ -164,34 +153,28 @@
|
||||
/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
|
||||
@ -210,22 +193,28 @@
|
||||
/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
|
||||
@ -235,3 +224,69 @@
|
||||
/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 ----------
|
||||
|
||||
|
||||
49
gettext-tools/libgrep/.gitignore
vendored
49
gettext-tools/libgrep/.gitignore
vendored
@ -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
|
||||
@ -18,14 +17,48 @@
|
||||
/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 ----------
|
||||
|
||||
|
||||
38
gettext-tools/m4/.gitignore
vendored
38
gettext-tools/m4/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
74
gettext-tools/man/.gitignore
vendored
74
gettext-tools/man/.gitignore
vendored
@ -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 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):
|
||||
/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 ----------
|
||||
|
||||
|
||||
47
gettext-tools/misc/.gitignore
vendored
47
gettext-tools/misc/.gitignore
vendored
@ -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:
|
||||
/archive.*.tar.*
|
||||
/archive.*.tar
|
||||
# Files generated by "make" and even kept by "make maintainerclean":
|
||||
|
||||
# Executables generated:
|
||||
# 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.*
|
||||
/*.elc
|
||||
|
||||
# ---------- "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):
|
||||
/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 ----------
|
||||
|
||||
|
||||
60
gettext-tools/po/.gitignore
vendored
60
gettext-tools/po/.gitignore
vendored
@ -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
|
||||
@ -21,3 +14,48 @@
|
||||
/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 ----------
|
||||
|
||||
|
||||
38
gettext-tools/projects/.gitignore
vendored
38
gettext-tools/projects/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
81
gettext-tools/src/.gitignore
vendored
81
gettext-tools/src/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
38
gettext-tools/styles/.gitignore
vendored
38
gettext-tools/styles/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
89
gettext-tools/tests/.gitignore
vendored
89
gettext-tools/tests/.gitignore
vendored
@ -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:
|
||||
/cake
|
||||
/fc3
|
||||
/fc4
|
||||
/fc5
|
||||
/gettext-3-prg
|
||||
/gettext-4-prg
|
||||
/gettext-5-prg
|
||||
/gettext-6-prg
|
||||
/gettext-7-prg
|
||||
/gettext-8-prg
|
||||
/gettextpo-1-prg
|
||||
/sentence-1-prg
|
||||
/testlocale
|
||||
/tstgettext
|
||||
/tstngettext
|
||||
# ---------- "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 ----------
|
||||
|
||||
|
||||
38
gnulib-local/.gitignore
vendored
38
gnulib-local/.gitignore
vendored
@ -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 ----------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user