summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-06-25 13:00:00 +0900
committerDaiki Ueno <ueno@gnu.org>2015-06-25 13:01:05 +0900
commitedcb137ca2f23c3c1689f5fccbed0f93c49a15b1 (patch)
treea3fa8347be7e9a3add0319bec2a1f274834f3d4b
parent3cc18817b6a6731fa3b588eaaaa4782fa5b8d967 (diff)
downloadexternal_gettext-edcb137ca2f23c3c1689f5fccbed0f93c49a15b1.zip
external_gettext-edcb137ca2f23c3c1689f5fccbed0f93c49a15b1.tar.gz
external_gettext-edcb137ca2f23c3c1689f5fccbed0f93c49a15b1.tar.bz2
maint: Add more files to .gitignore
-rw-r--r--gettext-runtime/po/.gitignore1
-rw-r--r--gettext-tools/examples/hello-c-gnome3/po/.gitignore2
-rw-r--r--gettext-tools/examples/po/.gitignore5
-rw-r--r--gettext-tools/libgettextpo/.gitignore8
-rw-r--r--gettext-tools/po/.gitignore1
-rw-r--r--gettext-tools/src/.gitignore3
-rw-r--r--gettext-tools/tests/.gitignore1
7 files changed, 17 insertions, 4 deletions
diff --git a/gettext-runtime/po/.gitignore b/gettext-runtime/po/.gitignore
index afb9253..37146cc 100644
--- a/gettext-runtime/po/.gitignore
+++ b/gettext-runtime/po/.gitignore
@@ -10,3 +10,4 @@
/POTFILES
/??@*.insert-header
+/remove-potcdate.sed
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