summaryrefslogtreecommitdiffstats
path: root/gettext-tools
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools')
-rw-r--r--gettext-tools/.gitignore10
-rw-r--r--gettext-tools/examples/.gitignore2
-rw-r--r--gettext-tools/libgettextpo/.gitignore48
-rw-r--r--gettext-tools/libgrep/.gitignore7
-rw-r--r--gettext-tools/man/.gitignore3
-rw-r--r--gettext-tools/misc/.gitignore7
-rw-r--r--gettext-tools/po/.gitignore2
-rw-r--r--gettext-tools/src/.gitignore23
-rw-r--r--gettext-tools/tests/.gitignore17
9 files changed, 99 insertions, 20 deletions
diff --git a/gettext-tools/.gitignore b/gettext-tools/.gitignore
index 7e2197e..a3d47d9 100644
--- a/gettext-tools/.gitignore
+++ b/gettext-tools/.gitignore
@@ -1,5 +1,13 @@
# Directories brought in by gnulib-tool:
/gnulib-m4
+/gnulib-lib
+/gnulib-tests
+/tests/init.sh
+
+/csharpcomp.sh
+/csharpexec.sh
+/javacomp.sh
+/javaexec.sh
# Files generated by the autotools:
/Makefile.in
@@ -9,4 +17,4 @@
# Other files brought in by autogen.sh:
/ABOUT-NLS
-
+/intl
diff --git a/gettext-tools/examples/.gitignore b/gettext-tools/examples/.gitignore
index 038112a..2ca6f3c 100644
--- a/gettext-tools/examples/.gitignore
+++ b/gettext-tools/examples/.gitignore
@@ -5,4 +5,4 @@
/Makefile.in
/aclocal.m4
/configure
-
+/installpaths
diff --git a/gettext-tools/libgettextpo/.gitignore b/gettext-tools/libgettextpo/.gitignore
index 0b595c4..895fbea 100644
--- a/gettext-tools/libgettextpo/.gitignore
+++ b/gettext-tools/libgettextpo/.gitignore
@@ -5,14 +5,19 @@
/unilbrk
/unistr
/uniwidth
+/sys
# Files brought in by gnulib-tool:
/Makefile.gnulib
/alloca.in.h
+/arg-nonnull.h
/asnprintf.c
/asprintf.c
/basename.c
/basename.h
+/close.c
+/configmake.h
+/c++defs.h
/c-ctype.c
/c-ctype.h
/c-strcase.h
@@ -34,6 +39,8 @@
/exitfail.c
/exitfail.h
/fcntl.in.h
+/fd-hook.c
+/fd-hook.h
/file-ostream.oo.c
/file-ostream.oo.h
/filename.h
@@ -51,6 +58,8 @@
/getdelim.c
/getline.c
/gettext.h
+/gettext-po.h
+/gettimeofday.c
/hash.c
/hash.h
/iconv.c
@@ -97,6 +106,8 @@
/progname.c
/progname.h
/raise.c
+/rawmemchr.c
+/rawmemchr.valgrind
/realloc.c
/ref-add.sin
/ref-del.sin
@@ -115,6 +126,8 @@
/stdlib.in.h
/stpcpy.c
/str-two-way.h
+/strchrnul.c
+/strchrnul.valgrind
/streq.h
/strerror-override.c
/strerror-override.h
@@ -128,6 +141,8 @@
/string.in.h
/strstr.c
/sys_stat.in.h
+/sys_time.in.h
+/sys_types.in.h
/time.in.h
/uniconv.in.h
/unilbrk.in.h
@@ -136,12 +151,15 @@
/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.in.h
/wctype.in.h
+/wctype-h.c
/wcwidth.c
/xalloc.h
/xasprintf.c
@@ -151,6 +169,7 @@
/xmalloc.c
/xmalloca.c
/xmalloca.h
+/xsize.c
/xsize.h
/xstrdup.c
/xstriconv.c
@@ -160,6 +179,21 @@
# Files generated by the autotools:
/Makefile.in
+/alloca.h
+/fcntl.h
+/iconv.h
+/ref-add.sed
+/ref-del.sed
+/signal.h
+/stdio.c
+/stdio.h
+/stdlib.h
+/string.h
+/time.h
+/unistd.c
+/unistd.h
+/wchar.h
+/wctype.h
# Files generated by gperf:
/iconv_open-aix.h
@@ -178,15 +212,5 @@
/ostream.priv.h
/ostream.vt.h
-/close.c
-/fd-hook.c
-/fd-hook.h
-/stdio.c
-/sys_types.in.h
-/unistd.c
-/wctype-h.c
-/xsize.c
-/rawmemchr.c
-/rawmemchr.valgrind
-/strchrnul.c
-/strchrnul.valgrind
+/charset.alias
+/exported.sh
diff --git a/gettext-tools/libgrep/.gitignore b/gettext-tools/libgrep/.gitignore
index 3fc6b8f..992bb38 100644
--- a/gettext-tools/libgrep/.gitignore
+++ b/gettext-tools/libgrep/.gitignore
@@ -4,8 +4,10 @@
# Files brought in by gnulib-tool:
/Makefile.gnulib
/btowc.c
+/c++defs.h
/dummy.c
/langinfo.in.h
+/localeconv.c
/mbrlen.c
/mbtowc-impl.h
/mbtowc.c
@@ -20,9 +22,10 @@
/strings.in.h
/strncasecmp.c
/sys_types.in.h
+/warn-on-use.h
/wcrtomb.c
+/glthread
# Files generated by the autotools:
/Makefile.in
-
-/localeconv.c
+/langinfo.h
diff --git a/gettext-tools/man/.gitignore b/gettext-tools/man/.gitignore
index dbfa295..ab11524 100644
--- a/gettext-tools/man/.gitignore
+++ b/gettext-tools/man/.gitignore
@@ -1,6 +1,9 @@
# Files generated by the autotools:
/Makefile.in
+# Files brought in by gnulib-tool:
+/x-to-1
+
# Files generated by help2man and groff, from autogen.sh or "make dist":
/autopoint.1
/gettextize.1
diff --git a/gettext-tools/misc/.gitignore b/gettext-tools/misc/.gitignore
index b51f8a2..d7287fe 100644
--- a/gettext-tools/misc/.gitignore
+++ b/gettext-tools/misc/.gitignore
@@ -2,5 +2,10 @@
/Makefile.in
# Files distributed but not under version control:
-/archive.cvs.tar.gz
+/archive.*.tar.*
+/archive.*.tar
+# Executables generated:
+/autopoint
+/convert-archive
+/gettextize
diff --git a/gettext-tools/po/.gitignore b/gettext-tools/po/.gitignore
index 824090b..afb9253 100644
--- a/gettext-tools/po/.gitignore
+++ b/gettext-tools/po/.gitignore
@@ -8,3 +8,5 @@
# Files generated by the gettext tools, from autogen.sh or "make dist":
/en@*.po
+/POTFILES
+/??@*.insert-header
diff --git a/gettext-tools/src/.gitignore b/gettext-tools/src/.gitignore
index 4c0b155..6e6ccac 100644
--- a/gettext-tools/src/.gitignore
+++ b/gettext-tools/src/.gitignore
@@ -1,8 +1,25 @@
-# Files generated by the autotools:
-/Makefile.in
-
# Files generated by "make", using bison, kept by "make distclean".
/po-gram-gen.c
/po-gram-gen.h
/po-gram-gen2.h
+# Executables generated:
+/user-email
+/hostname
+/msgattrib
+/msgcat
+/msgcmp
+/msgcomm
+/msgconv
+/msgen
+/msgexec
+/msgfilter
+/msgfmt
+/msggrep
+/msginit
+/msgmerge
+/msgunfmt
+/msguniq
+/recode-sr-latin
+/urlget
+/xgettext
diff --git a/gettext-tools/tests/.gitignore b/gettext-tools/tests/.gitignore
index 23d43bb..ed1a578 100644
--- a/gettext-tools/tests/.gitignore
+++ b/gettext-tools/tests/.gitignore
@@ -1,6 +1,23 @@
# Files generated by the autotools:
/Makefile.in
+/init-env
# Files generated by the gettext tools, from autogen.sh or "make dist":
/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
+/testlocale
+/tstgettext
+/tstngettext
+