diff options
author | Daiki Ueno <ueno@gnu.org> | 2014-04-22 13:22:21 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2014-04-22 14:50:36 +0900 |
commit | 534f8547773f38fbf6623c9c1686690d8ef8d854 (patch) | |
tree | 11afcf4ec0bd167dd584b399b3f040e470d39188 | |
parent | 06ef2823a232ea6a845ae338d2327c6e61b04eae (diff) | |
download | external_gettext-534f8547773f38fbf6623c9c1686690d8ef8d854.zip external_gettext-534f8547773f38fbf6623c9c1686690d8ef8d854.tar.gz external_gettext-534f8547773f38fbf6623c9c1686690d8ef8d854.tar.bz2 |
Update .gitignore
-rw-r--r-- | .gitignore | 31 | ||||
-rw-r--r-- | gettext-runtime/.gitignore | 2 | ||||
-rw-r--r-- | gettext-runtime/intl/.gitignore | 1 | ||||
-rw-r--r-- | gettext-runtime/libasprintf/.gitignore | 9 | ||||
-rw-r--r-- | gettext-runtime/man/.gitignore | 7 | ||||
-rw-r--r-- | gettext-runtime/po/.gitignore | 2 | ||||
-rw-r--r-- | gettext-runtime/src/.gitignore | 7 | ||||
-rw-r--r-- | gettext-runtime/tests/.gitignore | 2 | ||||
-rw-r--r-- | gettext-tools/.gitignore | 10 | ||||
-rw-r--r-- | gettext-tools/examples/.gitignore | 2 | ||||
-rw-r--r-- | gettext-tools/libgettextpo/.gitignore | 48 | ||||
-rw-r--r-- | gettext-tools/libgrep/.gitignore | 7 | ||||
-rw-r--r-- | gettext-tools/man/.gitignore | 3 | ||||
-rw-r--r-- | gettext-tools/misc/.gitignore | 7 | ||||
-rw-r--r-- | gettext-tools/po/.gitignore | 2 | ||||
-rw-r--r-- | gettext-tools/src/.gitignore | 23 | ||||
-rw-r--r-- | gettext-tools/tests/.gitignore | 17 |
17 files changed, 150 insertions, 30 deletions
@@ -4,9 +4,34 @@ *~ .#* \#*# +*.a +*.o +*.la +*.lo +*.class +*.elc +*.dll +*.exe +*.jar +*.mdb +.deps +.libs # Files generated by the autotools: -/aclocal.m4 -/configure -/Makefile.in +aclocal.m4 +configure +autom4te.cache +config.h +config.log +config.status +libtool +stamp-h1 +/.version +!/gettext-runtime/intl/Makefile.in +Makefile.in +Makefile + +/build-aux/git-version-gen +/build-aux/snippet +/build-aux/test-driver diff --git a/gettext-runtime/.gitignore b/gettext-runtime/.gitignore index 327171a..3445236 100644 --- a/gettext-runtime/.gitignore +++ b/gettext-runtime/.gitignore @@ -1,6 +1,8 @@ # Directories brought in by gnulib-tool: /gnulib-lib /gnulib-m4 +/csharpcomp.sh +/javacomp.sh # Files generated by the autotools: /Makefile.in diff --git a/gettext-runtime/intl/.gitignore b/gettext-runtime/intl/.gitignore new file mode 100644 index 0000000..b236d15 --- /dev/null +++ b/gettext-runtime/intl/.gitignore @@ -0,0 +1 @@ +/libgnuintl.h diff --git a/gettext-runtime/libasprintf/.gitignore b/gettext-runtime/libasprintf/.gitignore index ac554b4..91ddf40 100644 --- a/gettext-runtime/libasprintf/.gitignore +++ b/gettext-runtime/libasprintf/.gitignore @@ -7,17 +7,18 @@ /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 generated by "make", kept by "make distclean". /autosprintf.info - -/size_max.h -/xsize.c -/xsize.h diff --git a/gettext-runtime/man/.gitignore b/gettext-runtime/man/.gitignore index 04427c4..4a68edc 100644 --- a/gettext-runtime/man/.gitignore +++ b/gettext-runtime/man/.gitignore @@ -1,9 +1,16 @@ # 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": /envsubst.1 +/gettext.1 +/gettext.1.html /gettext.1.in +/ngettext.1 +/ngettext.1.html /ngettext.1.in /gettext.3 /ngettext.3 diff --git a/gettext-runtime/po/.gitignore b/gettext-runtime/po/.gitignore index 824090b..afb9253 100644 --- a/gettext-runtime/po/.gitignore +++ b/gettext-runtime/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-runtime/src/.gitignore b/gettext-runtime/src/.gitignore index 0b3f7ef..ac97ac6 100644 --- a/gettext-runtime/src/.gitignore +++ b/gettext-runtime/src/.gitignore @@ -1,3 +1,4 @@ -# Files generated by the autotools: -/Makefile.in - +gettext.sh +envsubst +gettext +ngettext diff --git a/gettext-runtime/tests/.gitignore b/gettext-runtime/tests/.gitignore index 0b3f7ef..37eaa87 100644 --- a/gettext-runtime/tests/.gitignore +++ b/gettext-runtime/tests/.gitignore @@ -1,3 +1,5 @@ # Files generated by the autotools: /Makefile.in +# Executables generated: +/test-lock 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 + |