diff options
author | Daiki Ueno <ueno@gnu.org> | 2015-06-25 13:00:00 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-06-25 13:01:05 +0900 |
commit | edcb137ca2f23c3c1689f5fccbed0f93c49a15b1 (patch) | |
tree | a3fa8347be7e9a3add0319bec2a1f274834f3d4b /gettext-tools | |
parent | 3cc18817b6a6731fa3b588eaaaa4782fa5b8d967 (diff) | |
download | external_gettext-edcb137ca2f23c3c1689f5fccbed0f93c49a15b1.zip external_gettext-edcb137ca2f23c3c1689f5fccbed0f93c49a15b1.tar.gz external_gettext-edcb137ca2f23c3c1689f5fccbed0f93c49a15b1.tar.bz2 |
maint: Add more files to .gitignore
Diffstat (limited to 'gettext-tools')
-rw-r--r-- | gettext-tools/examples/hello-c-gnome3/po/.gitignore | 2 | ||||
-rw-r--r-- | gettext-tools/examples/po/.gitignore | 5 | ||||
-rw-r--r-- | gettext-tools/libgettextpo/.gitignore | 8 | ||||
-rw-r--r-- | gettext-tools/po/.gitignore | 1 | ||||
-rw-r--r-- | gettext-tools/src/.gitignore | 3 | ||||
-rw-r--r-- | gettext-tools/tests/.gitignore | 1 |
6 files changed, 16 insertions, 4 deletions
diff --git a/gettext-tools/examples/hello-c-gnome3/po/.gitignore b/gettext-tools/examples/hello-c-gnome3/po/.gitignore new file mode 100644 index 0000000..a0c1cd2 --- /dev/null +++ b/gettext-tools/examples/hello-c-gnome3/po/.gitignore @@ -0,0 +1,2 @@ +# Other files brought in by autogen.sh: +/*.po diff --git a/gettext-tools/examples/po/.gitignore b/gettext-tools/examples/po/.gitignore index 0b3f7ef..32afde6 100644 --- a/gettext-tools/examples/po/.gitignore +++ b/gettext-tools/examples/po/.gitignore @@ -1,3 +1,8 @@ # 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 xsmallpot.sh: +/hello-*.pot diff --git a/gettext-tools/libgettextpo/.gitignore b/gettext-tools/libgettextpo/.gitignore index ef70a69..7428f8f 100644 --- a/gettext-tools/libgettextpo/.gitignore +++ b/gettext-tools/libgettextpo/.gitignore @@ -2,6 +2,7 @@ /glthread /gnulib-m4 /uniconv +/unictype /unilbrk /unistr /uniwidth @@ -16,6 +17,7 @@ /asprintf.c /basename.c /basename.h +/charset.alias /close.c /configmake.h /c++defs.h @@ -39,6 +41,7 @@ /error.h /exitfail.c /exitfail.h +/exported.sh /fcntl.in.h /fd-hook.c /fd-hook.h @@ -146,6 +149,7 @@ /sys_types.in.h /time.in.h /uniconv.in.h +/unictype.in.h /unilbrk.in.h /unistd.in.h /unistr.in.h @@ -212,7 +216,3 @@ /ostream.h /ostream.priv.h /ostream.vt.h - -/charset.alias -/exported.sh -/unictype.in.h diff --git a/gettext-tools/po/.gitignore b/gettext-tools/po/.gitignore index 9237d40..f3484c1 100644 --- a/gettext-tools/po/.gitignore +++ b/gettext-tools/po/.gitignore @@ -10,6 +10,7 @@ /POTFILES /??@*.insert-header +/remove-potcdate.sed # Files copied from gettext-runtime: /Makefile.in.in diff --git a/gettext-tools/src/.gitignore b/gettext-tools/src/.gitignore index bf87384..33a351b 100644 --- a/gettext-tools/src/.gitignore +++ b/gettext-tools/src/.gitignore @@ -2,9 +2,12 @@ /po-gram-gen.c /po-gram-gen.h /po-gram-gen2.h +/cldr-plural.c +/cldr-plural.h /.dirstamp # Executables generated: +/cldr-plurals /user-email /hostname /msgattrib diff --git a/gettext-tools/tests/.gitignore b/gettext-tools/tests/.gitignore index 79f4b81..9e9b3b6 100644 --- a/gettext-tools/tests/.gitignore +++ b/gettext-tools/tests/.gitignore @@ -17,6 +17,7 @@ /gettext-7-prg /gettext-8-prg /gettextpo-1-prg +/sentence /testlocale /tstgettext /tstngettext |