From: Bruno Haible Date: Mon, 3 Aug 2009 22:41:55 +0000 (+0200) Subject: Ignore all files that are automatically generated and distributed and X-Git-Tag: v0.18~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4ca23aa6afa12643def86ef863143cde9aa2ca6;p=thirdparty%2Fgettext.git Ignore all files that are automatically generated and distributed and not under version control. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..884d91c02 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Patterns for all subdirectories: all kinds of automatic backup files. +*.orig +*.rej +*~ +.#* +\#*# + +# Files generated by the autotools: +/aclocal.m4 +/configure +/Makefile.in + diff --git a/autoconf-lib-link/.gitignore b/autoconf-lib-link/.gitignore new file mode 100644 index 000000000..147c61114 --- /dev/null +++ b/autoconf-lib-link/.gitignore @@ -0,0 +1,5 @@ +# Files generated by the autotools: +/Makefile.in +/aclocal.m4 +/configure + diff --git a/autoconf-lib-link/m4/.gitignore b/autoconf-lib-link/m4/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/autoconf-lib-link/m4/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/autoconf-lib-link/tests/.gitignore b/autoconf-lib-link/tests/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/autoconf-lib-link/tests/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/build-aux/.gitignore b/build-aux/.gitignore new file mode 100644 index 000000000..bf91b6b4a --- /dev/null +++ b/build-aux/.gitignore @@ -0,0 +1,9 @@ +# Files brought in by gnulib-tool: +/config.libpath +/config.rpath +/install-reloc +/link-warning.h +/moopp +/reloc-ldflags +/relocatable.sh.in + diff --git a/gettext-runtime/.gitignore b/gettext-runtime/.gitignore new file mode 100644 index 000000000..327171a97 --- /dev/null +++ b/gettext-runtime/.gitignore @@ -0,0 +1,10 @@ +# Directories brought in by gnulib-tool: +/gnulib-lib +/gnulib-m4 + +# Files generated by the autotools: +/Makefile.in +/aclocal.m4 +/config.h.in +/configure + diff --git a/gettext-runtime/doc/.gitignore b/gettext-runtime/doc/.gitignore new file mode 100644 index 000000000..536e02e65 --- /dev/null +++ b/gettext-runtime/doc/.gitignore @@ -0,0 +1,6 @@ +# Files brought in by gnulib-tool: +/relocatable.texi + +# Files generated by the autotools: +/Makefile.in + diff --git a/gettext-runtime/intl-csharp/.gitignore b/gettext-runtime/intl-csharp/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/gettext-runtime/intl-csharp/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/gettext-runtime/intl-java/.gitignore b/gettext-runtime/intl-java/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/gettext-runtime/intl-java/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/gettext-runtime/libasprintf/.gitignore b/gettext-runtime/libasprintf/.gitignore new file mode 100644 index 000000000..f03196417 --- /dev/null +++ b/gettext-runtime/libasprintf/.gitignore @@ -0,0 +1,6 @@ +# Files generated by the autotools: +/Makefile.in +/aclocal.m4 +/config.h.in +/configure + diff --git a/gettext-runtime/m4/.gitignore b/gettext-runtime/m4/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/gettext-runtime/m4/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/gettext-runtime/man/.gitignore b/gettext-runtime/man/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/gettext-runtime/man/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/gettext-runtime/po/.gitignore b/gettext-runtime/po/.gitignore new file mode 100644 index 000000000..931bc27b4 --- /dev/null +++ b/gettext-runtime/po/.gitignore @@ -0,0 +1,7 @@ +# Files generated by "make", using msgfmt, kept by "make distclean". +/??.gmo +/??@*.gmo +/pt_??.gmo +/zh_??.gmo +/stamp-po + diff --git a/gettext-runtime/src/.gitignore b/gettext-runtime/src/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/gettext-runtime/src/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/gettext-runtime/tests/.gitignore b/gettext-runtime/tests/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/gettext-runtime/tests/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/gettext-tools/.gitignore b/gettext-tools/.gitignore new file mode 100644 index 000000000..7e2197ea9 --- /dev/null +++ b/gettext-tools/.gitignore @@ -0,0 +1,12 @@ +# Directories brought in by gnulib-tool: +/gnulib-m4 + +# Files generated by the autotools: +/Makefile.in +/aclocal.m4 +/config.h.in +/configure + +# Other files brought in by autogen.sh: +/ABOUT-NLS + diff --git a/gettext-tools/doc/.gitignore b/gettext-tools/doc/.gitignore new file mode 100644 index 000000000..261024e56 --- /dev/null +++ b/gettext-tools/doc/.gitignore @@ -0,0 +1,9 @@ +# Files brought in by gnulib-tool: +/relocatable.texi + +# Files generated by the autotools: +/Makefile.in + +# Files generated by "make", kept by "make distclean". +/stamp-vti + diff --git a/gettext-tools/examples/.gitignore b/gettext-tools/examples/.gitignore new file mode 100644 index 000000000..038112a6f --- /dev/null +++ b/gettext-tools/examples/.gitignore @@ -0,0 +1,8 @@ +# Files generated by the autotools: +/Makefile.in + +# Files generated by the autotools: +/Makefile.in +/aclocal.m4 +/configure + diff --git a/gettext-tools/examples/hello-c++-gnome/po/.gitignore b/gettext-tools/examples/hello-c++-gnome/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-c++-gnome/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-c++-kde/po/.gitignore b/gettext-tools/examples/hello-c++-kde/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-c++-kde/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-c++-qt/po/.gitignore b/gettext-tools/examples/hello-c++-qt/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-c++-qt/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-c++-wxwidgets/po/.gitignore b/gettext-tools/examples/hello-c++-wxwidgets/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-c++-wxwidgets/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-c++/po/.gitignore b/gettext-tools/examples/hello-c++/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-c++/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-c-gnome/po/.gitignore b/gettext-tools/examples/hello-c-gnome/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-c-gnome/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-c/po/.gitignore b/gettext-tools/examples/hello-c/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-c/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-clisp/po/.gitignore b/gettext-tools/examples/hello-clisp/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-clisp/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-csharp-forms/po/.gitignore b/gettext-tools/examples/hello-csharp-forms/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-csharp-forms/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-csharp/po/.gitignore b/gettext-tools/examples/hello-csharp/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-csharp/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-gawk/po/.gitignore b/gettext-tools/examples/hello-gawk/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-gawk/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-guile/po/.gitignore b/gettext-tools/examples/hello-guile/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-guile/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-java-awt/po/.gitignore b/gettext-tools/examples/hello-java-awt/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-java-awt/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-java-qtjambi/po/.gitignore b/gettext-tools/examples/hello-java-qtjambi/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-java-qtjambi/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-java-swing/po/.gitignore b/gettext-tools/examples/hello-java-swing/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-java-swing/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-java/po/.gitignore b/gettext-tools/examples/hello-java/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-java/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-librep/po/.gitignore b/gettext-tools/examples/hello-librep/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-librep/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-objc-gnome/po/.gitignore b/gettext-tools/examples/hello-objc-gnome/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-objc-gnome/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-objc-gnustep/po/.gitignore b/gettext-tools/examples/hello-objc-gnustep/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-objc-gnustep/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-objc/po/.gitignore b/gettext-tools/examples/hello-objc/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-objc/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-pascal/po/.gitignore b/gettext-tools/examples/hello-pascal/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-pascal/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-perl/po/.gitignore b/gettext-tools/examples/hello-perl/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-perl/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-php/po/.gitignore b/gettext-tools/examples/hello-php/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-php/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-python/po/.gitignore b/gettext-tools/examples/hello-python/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-python/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-sh/po/.gitignore b/gettext-tools/examples/hello-sh/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-sh/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-smalltalk/po/.gitignore b/gettext-tools/examples/hello-smalltalk/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-smalltalk/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-tcl-tk/po/.gitignore b/gettext-tools/examples/hello-tcl-tk/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-tcl-tk/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-tcl/po/.gitignore b/gettext-tools/examples/hello-tcl/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-tcl/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/hello-ycp/po/.gitignore b/gettext-tools/examples/hello-ycp/po/.gitignore new file mode 100644 index 000000000..76f7d1d93 --- /dev/null +++ b/gettext-tools/examples/hello-ycp/po/.gitignore @@ -0,0 +1,3 @@ +# Other files brought in by autogen.sh: +/*.po + diff --git a/gettext-tools/examples/po/.gitignore b/gettext-tools/examples/po/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/gettext-tools/examples/po/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/gettext-tools/gnulib-lib/.gitignore b/gettext-tools/gnulib-lib/.gitignore new file mode 100644 index 000000000..2c6fda368 --- /dev/null +++ b/gettext-tools/gnulib-lib/.gitignore @@ -0,0 +1,363 @@ +# Directories brought in by gnulib-tool: +/glib +/glthread +/libcroco +/libxml +/uniconv +/unilbrk +/uniname +/unistr +/uniwidth + +# Files brought in by gnulib-tool: +/Makefile.gnulib +/acl-internal.h +/acl.h +/acl_entries.c +/addext.c +/alignof.h +/alloca.in.h +/areadlink.c +/areadlink.h +/argmatch.c +/argmatch.h +/asnprintf.c +/atexit.c +/backupfile.c +/backupfile.h +/basename.c +/basename.h +/binary-io.h +/byteswap.in.h +/c-ctype.c +/c-ctype.h +/c-strcase.h +/c-strcasecmp.c +/c-strcaseeq.h +/c-strcasestr.c +/c-strcasestr.h +/c-strncasecmp.c +/c-strstr.c +/c-strstr.h +/canonicalize-lgpl.c +/canonicalize.h +/classpath.c +/classpath.h +/clean-temp.c +/clean-temp.h +/closeout.c +/closeout.h +/concat-filename.c +/concat-filename.h +/config.charset +/copy-acl.c +/copy-file.c +/copy-file.h +/csharpcomp.c +/csharpcomp.h +/csharpexec.c +/csharpexec.h +/diffseq.h +/dup-safer.c +/dup2.c +/errno.in.h +/error-progname.c +/error-progname.h +/error.c +/error.h +/execute.c +/execute.h +/exitfail.c +/exitfail.h +/fatal-signal.c +/fatal-signal.h +/fcntl.in.h +/fd-ostream.oo.c +/fd-ostream.oo.h +/fd-safer.c +/file-has-acl.c +/file-ostream.oo.c +/file-ostream.oo.h +/filename.h +/findprog.c +/findprog.h +/float+.h +/float.in.h +/fnmatch.c +/fnmatch.in.h +/fnmatch_loop.c +/fopen.c +/fstrcmp.c +/fstrcmp.h +/full-write.c +/full-write.h +/fwriteerror.c +/fwriteerror.h +/gcd.c +/gcd.h +/getdelim.c +/getdtablesize.c +/getline.c +/getopt.c +/getopt.in.h +/getopt1.c +/getopt_int.h +/getpagesize.c +/gettext.h +/gettimeofday.c +/gl_anyhash_list1.h +/gl_anyhash_list2.h +/gl_anylinked_list1.h +/gl_anylinked_list2.h +/gl_array_list.c +/gl_array_list.h +/gl_linkedhash_list.c +/gl_linkedhash_list.h +/gl_list.c +/gl_list.h +/glib.in.h +/glibconfig.in.h +/hash.c +/hash.h +/html-ostream.oo.c +/html-ostream.oo.h +/html-styled-ostream.oo.c +/html-styled-ostream.oo.h +/iconv.in.h +/iconv_open-aix.gperf +/iconv_open-hpux.gperf +/iconv_open-irix.gperf +/iconv_open-osf.gperf +/iconv_open.c +/iconveh.h +/intprops.h +/javacomp.c +/javacomp.h +/javaexec.c +/javaexec.h +/javaversion.c +/javaversion.class +/javaversion.h +/javaversion.java +/localcharset.c +/localcharset.h +/locale.in.h +/localename.c +/localename.h +/lstat.c +/malloc.c +/malloca.c +/malloca.h +/malloca.valgrind +/mbchar.c +/mbchar.h +/mbiter.h +/mbrtowc.c +/mbsinit.c +/mbslen.c +/mbsrtowcs-state.c +/mbsrtowcs.c +/mbsstr.c +/mbswidth.c +/mbswidth.h +/mbuiter.h +/memchr.c +/memchr.valgrind +/memmove.c +/memset.c +/minmax.h +/mkdtemp.c +/moo.h +/obstack.c +/obstack.h +/open.c +/ostream.oo.c +/ostream.oo.h +/pathmax.h +/pipe-safer.c +/pipe.c +/pipe.h +/printf-args.c +/printf-args.h +/printf-parse.c +/printf-parse.h +/progname.c +/progname.h +/progreloc.c +/propername.c +/propername.h +/quote.c +/quote.h +/quotearg.c +/quotearg.h +/rawmemchr.c +/rawmemchr.valgrind +/readlink.c +/realloc.c +/ref-add.sin +/ref-del.sin +/relocatable.c +/relocatable.h +/relocwrapper.c +/safe-read.c +/safe-read.h +/safe-write.c +/safe-write.h +/sched.in.h +/set-mode-acl.c +/setenv.c +/sh-quote.c +/sh-quote.h +/sig-handler.h +/sigaction.c +/signal.in.h +/sigprocmask.c +/size_max.h +/snprintf.c +/spawn.in.h +/spawn_faction_addclose.c +/spawn_faction_adddup2.c +/spawn_faction_addopen.c +/spawn_faction_destroy.c +/spawn_faction_init.c +/spawn_int.h +/spawnattr_destroy.c +/spawnattr_init.c +/spawnattr_setflags.c +/spawnattr_setsigmask.c +/spawni.c +/spawnp.c +/stdarg.in.h +/stdbool.in.h +/stdint.in.h +/stdio-write.c +/stdio.in.h +/stdlib.in.h +/stpcpy.c +/stpncpy.c +/str-kmp.h +/str-two-way.h +/strchrnul.c +/strchrnul.valgrind +/strcspn.c +/streq.h +/strerror.c +/striconv.c +/striconv.h +/striconveh.c +/striconveh.h +/striconveha.c +/striconveha.h +/string.in.h +/strnlen.c +/strnlen1.c +/strnlen1.h +/strpbrk.c +/strstr.c +/strtol.c +/strtoul.c +/styled-ostream.oo.c +/styled-ostream.oo.h +/sys_select.in.h +/sys_socket.in.h +/sys_stat.in.h +/sys_time.in.h +/sys_wait.in.h +/tempname.c +/tempname.h +/term-ostream.oo.c +/term-ostream.oo.h +/term-styled-ostream.oo.c +/term-styled-ostream.oo.h +/terminfo.h +/tmpdir.c +/tmpdir.h +/tparm.c +/tputs.c +/trim.c +/trim.h +/uniconv.h +/unilbrk.h +/uniname.h +/unistd--.h +/unistd-safer.h +/unistd.in.h +/unistr.h +/unitypes.h +/uniwidth.h +/unlocked-io.h +/unsetenv.c +/vasnprintf.c +/vasnprintf.h +/vasprintf.c +/verify.h +/vsnprintf.c +/w32spawn.h +/wait-process.c +/wait-process.h +/wchar.in.h +/wctype.in.h +/wcwidth.c +/write.c +/xalloc.h +/xasprintf.c +/xconcat-filename.c +/xerror.c +/xerror.h +/xmalloc.c +/xmalloca.c +/xmalloca.h +/xreadlink.c +/xreadlink.h +/xsetenv.c +/xsetenv.h +/xsize.h +/xstrdup.c +/xstriconv.c +/xstriconv.h +/xvasprintf.c +/xvasprintf.h + +# Files generated by the autotools: +/Makefile.in + +# Files generated by gperf: +/iconv_open-aix.h +/iconv_open-hpux.h +/iconv_open-irix.h +/iconv_open-osf.h + +# Files generated by moopp: +/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-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 +/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-styled-ostream.c +/term-styled-ostream.h +/term_ostream.priv.h +/term_ostream.vt.h +/term_styled_ostream.priv.h +/term_styled_ostream.vt.h + diff --git a/gettext-tools/gnulib-tests/.gitignore b/gettext-tools/gnulib-tests/.gitignore new file mode 100644 index 000000000..b37c6747d --- /dev/null +++ b/gettext-tools/gnulib-tests/.gitignore @@ -0,0 +1,163 @@ +# Directories brought in by gnulib-tool: +/glthread +/locale +/uniconv +/unilbrk +/uniname +/unistr +/uniwidth + +# Files brought in by gnulib-tool: +/Makefile.gnulib +/close-hook.c +/close-hook.h +/close.c +/fclose.c +/hash-pjw.c +/hash-pjw.h +/imaxtostr.c +/inttostr.c +/inttostr.h +/offtostr.c +/read-file.c +/read-file.h +/test-alignof.c +/test-alloca-opt.c +/test-argmatch.c +/test-array_list.c +/test-atexit.c +/test-atexit.sh +/test-binary-io.c +/test-binary-io.sh +/test-byteswap.c +/test-c-ctype.c +/test-c-strcase.sh +/test-c-strcasecmp.c +/test-c-strcasestr.c +/test-c-strncasecmp.c +/test-c-strstr.c +/test-canonicalize-lgpl.c +/test-canonicalize-lgpl.sh +/test-copy-acl.c +/test-copy-acl.sh +/test-copy-file.c +/test-copy-file.sh +/test-dup2.c +/test-environ.c +/test-errno.c +/test-fcntl.c +/test-file-has-acl.c +/test-file-has-acl.sh +/test-fnmatch.c +/test-fopen.c +/test-fstrcmp.c +/test-getdelim.c +/test-getdtablesize.c +/test-getline.c +/test-gettimeofday.c +/test-hash.c +/test-iconv.c +/test-linkedhash_list.c +/test-locale.c +/test-localename.c +/test-lock.c +/test-lstat.c +/test-malloca.c +/test-mbrtowc.c +/test-mbrtowc1.sh +/test-mbrtowc2.sh +/test-mbrtowc3.sh +/test-mbrtowc4.sh +/test-mbsinit.c +/test-mbsinit.sh +/test-mbsrtowcs.c +/test-mbsrtowcs1.sh +/test-mbsrtowcs2.sh +/test-mbsrtowcs3.sh +/test-mbsrtowcs4.sh +/test-mbsstr1.c +/test-mbsstr2.c +/test-mbsstr2.sh +/test-mbsstr3.c +/test-mbsstr3.sh +/test-memchr.c +/test-moo-aroot.oo.c +/test-moo-aroot.oo.h +/test-moo-assign.c +/test-moo-asub1.oo.c +/test-moo-asub1.oo.h +/test-moo-root.oo.c +/test-moo-root.oo.h +/test-moo-sub1.oo.c +/test-moo-sub1.oo.h +/test-moo-sub2.oo.c +/test-moo-sub2.oo.h +/test-open.c +/test-pipe.c +/test-pipe.sh +/test-posix_spawn1.c +/test-posix_spawn1.in.sh +/test-posix_spawn2.c +/test-posix_spawn2.in.sh +/test-quotearg.c +/test-quotearg.sh +/test-rawmemchr.c +/test-read-file.c +/test-sameacls.c +/test-sched.c +/test-set-mode-acl.c +/test-set-mode-acl.sh +/test-sigaction.c +/test-signal.c +/test-sigpipe.c +/test-sigpipe.sh +/test-snprintf.c +/test-stdbool.c +/test-stdint.c +/test-stdio.c +/test-stdlib.c +/test-strchrnul.c +/test-strerror.c +/test-striconv.c +/test-striconveh.c +/test-striconveha.c +/test-string.c +/test-strstr.c +/test-sys_select.c +/test-sys_socket.c +/test-sys_stat.c +/test-sys_time.c +/test-term-ostream-xterm +/test-term-ostream-xterm-16color.out +/test-term-ostream-xterm-256color.out +/test-term-ostream-xterm-88color.out +/test-term-ostream-xterm-8bit.out +/test-term-ostream-xterm-aix51.out +/test-term-ostream-xterm-basic.out +/test-term-ostream-xterm-irix65.out +/test-term-ostream-xterm-linux-debian.out +/test-term-ostream-xterm-linux-mandriva.out +/test-term-ostream-xterm-mingw.out +/test-term-ostream-xterm-netbsd3.out +/test-term-ostream-xterm-osf51.out +/test-term-ostream-xterm-r6.out +/test-term-ostream-xterm-solaris10.out +/test-term-ostream-xterm-xf86-v32.out +/test-term-ostream.c +/test-tls.c +/test-unistd.c +/test-vasnprintf.c +/test-vasprintf.c +/test-vsnprintf.c +/test-wchar.c +/test-wctype.c +/test-wcwidth.c +/test-xvasprintf.c +/uinttostr.c +/umaxtostr.c +/wctob.c +/zerosize-ptr.h + +# Files generated by the autotools: +/Makefile.in + diff --git a/gettext-tools/libgettextpo/.gitignore b/gettext-tools/libgettextpo/.gitignore new file mode 100644 index 000000000..8a4cb3e15 --- /dev/null +++ b/gettext-tools/libgettextpo/.gitignore @@ -0,0 +1,150 @@ +# Directories brought in by gnulib-tool: +/glthread +/gnulib-m4 +/uniconv +/unilbrk +/unistr +/uniwidth + +# Files brought in by gnulib-tool: +/Makefile.gnulib +/alloca.in.h +/basename.c +/basename.h +/c-ctype.c +/c-ctype.h +/c-strcase.h +/c-strcasecmp.c +/c-strcaseeq.h +/c-strncasecmp.c +/c-strstr.c +/c-strstr.h +/concat-filename.c +/concat-filename.h +/config.charset +/diffseq.h +/errno.in.h +/error-progname.c +/error-progname.h +/error.c +/error.h +/exitfail.c +/exitfail.h +/fcntl.in.h +/file-ostream.oo.c +/file-ostream.oo.h +/filename.h +/fopen.c +/fstrcmp.c +/fstrcmp.h +/fwriteerror.c +/fwriteerror.h +/gcd.c +/gcd.h +/getdelim.c +/getline.c +/getpagesize.c +/gettext.h +/hash.c +/hash.h +/iconv.in.h +/iconv_open-aix.gperf +/iconv_open-hpux.gperf +/iconv_open-irix.gperf +/iconv_open-osf.gperf +/iconv_open.c +/iconveh.h +/intprops.h +/localcharset.c +/localcharset.h +/malloc.c +/malloca.c +/malloca.h +/malloca.valgrind +/mbrtowc.c +/mbsinit.c +/mbswidth.c +/mbswidth.h +/memchr.c +/memchr.valgrind +/minmax.h +/moo.h +/obstack.c +/obstack.h +/open.c +/ostream.oo.c +/ostream.oo.h +/progname.c +/progname.h +/realloc.c +/ref-add.sin +/ref-del.sin +/relocatable.c +/relocatable.h +/signal.in.h +/sigprocmask.c +/size_max.h +/stdarg.in.h +/stdbool.in.h +/stdint.in.h +/stdio-write.c +/stdio.in.h +/stdlib.in.h +/stpcpy.c +/str-two-way.h +/streq.h +/strerror.c +/striconv.c +/striconv.h +/striconveh.c +/striconveh.h +/striconveha.c +/striconveha.h +/string.in.h +/strstr.c +/uniconv.h +/unilbrk.h +/unistd.in.h +/unistr.h +/unitypes.h +/uniwidth.h +/unlocked-io.h +/vasprintf.c +/verify.h +/wchar.in.h +/wctype.in.h +/wcwidth.c +/xalloc.h +/xasprintf.c +/xconcat-filename.c +/xerror.c +/xerror.h +/xmalloc.c +/xmalloca.c +/xmalloca.h +/xsize.h +/xstrdup.c +/xstriconv.c +/xstriconv.h +/xvasprintf.c +/xvasprintf.h + +# Files generated by the autotools: +/Makefile.in + +# Files generated by gperf: +/iconv_open-aix.h +/iconv_open-hpux.h +/iconv_open-irix.h +/iconv_open-osf.h + +# Files generated by moopp: +/file-ostream.c +/file-ostream.h +/file_ostream.priv.h +/file_ostream.vt.h +/ostream.c +/ostream.h +/ostream.priv.h +/ostream.vt.h + diff --git a/gettext-tools/libgrep/.gitignore b/gettext-tools/libgrep/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/gettext-tools/libgrep/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/gettext-tools/m4/.gitignore b/gettext-tools/m4/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/gettext-tools/m4/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/gettext-tools/man/.gitignore b/gettext-tools/man/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/gettext-tools/man/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/gettext-tools/misc/.gitignore b/gettext-tools/misc/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/gettext-tools/misc/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/gettext-tools/po/.gitignore b/gettext-tools/po/.gitignore new file mode 100644 index 000000000..931bc27b4 --- /dev/null +++ b/gettext-tools/po/.gitignore @@ -0,0 +1,7 @@ +# Files generated by "make", using msgfmt, kept by "make distclean". +/??.gmo +/??@*.gmo +/pt_??.gmo +/zh_??.gmo +/stamp-po + diff --git a/gettext-tools/projects/.gitignore b/gettext-tools/projects/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/gettext-tools/projects/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/gettext-tools/src/.gitignore b/gettext-tools/src/.gitignore new file mode 100644 index 000000000..e3ef42ce2 --- /dev/null +++ b/gettext-tools/src/.gitignore @@ -0,0 +1,6 @@ +# Files generated by the autotools: +/Makefile.in + +# Files generated by "make", using bison, kept by "make distclean". +/po-gram-gen2.h + diff --git a/gettext-tools/styles/.gitignore b/gettext-tools/styles/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/gettext-tools/styles/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/gettext-tools/tests/.gitignore b/gettext-tools/tests/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/gettext-tools/tests/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in + diff --git a/gnulib-local/.gitignore b/gnulib-local/.gitignore new file mode 100644 index 000000000..0b3f7ef53 --- /dev/null +++ b/gnulib-local/.gitignore @@ -0,0 +1,3 @@ +# Files generated by the autotools: +/Makefile.in +