diff options
Diffstat (limited to 'gettext-tools')
-rw-r--r-- | gettext-tools/gnulib-lib/.gitignore | 1 | ||||
-rw-r--r-- | gettext-tools/gnulib-tests/.gitignore | 6 | ||||
-rw-r--r-- | gettext-tools/libgettextpo/.gitignore | 1 |
3 files changed, 6 insertions, 2 deletions
diff --git a/gettext-tools/gnulib-lib/.gitignore b/gettext-tools/gnulib-lib/.gitignore index 3a3dde7..50f755c 100644 --- a/gettext-tools/gnulib-lib/.gitignore +++ b/gettext-tools/gnulib-lib/.gitignore @@ -233,6 +233,7 @@ /spawnp.c /stdarg.in.h /stdbool.in.h +/stddef.in.h /stdint.in.h /stdio-write.c /stdio.in.h diff --git a/gettext-tools/gnulib-tests/.gitignore b/gettext-tools/gnulib-tests/.gitignore index f6e964a..47d4ca4 100644 --- a/gettext-tools/gnulib-tests/.gitignore +++ b/gettext-tools/gnulib-tests/.gitignore @@ -11,8 +11,6 @@ /Makefile.gnulib /close-hook.c /close-hook.h -/close.c -/fclose.c /hash-pjw.c /hash-pjw.h /imaxtostr.c @@ -54,6 +52,9 @@ /test-getdelim.c /test-getdtablesize.c /test-getline.c +/test-getopt.c +/test-getopt.h +/test-getopt_long.h /test-gettimeofday.c /test-iconv.c /test-linkedhash_list.c @@ -119,6 +120,7 @@ /test-sigpipe.sh /test-snprintf.c /test-stdbool.c +/test-stddef.c /test-stdint.c /test-stdio.c /test-stdlib.c diff --git a/gettext-tools/libgettextpo/.gitignore b/gettext-tools/libgettextpo/.gitignore index 8a4cb3e..31a8a11 100644 --- a/gettext-tools/libgettextpo/.gitignore +++ b/gettext-tools/libgettextpo/.gitignore @@ -86,6 +86,7 @@ /size_max.h /stdarg.in.h /stdbool.in.h +/stddef.in.h /stdint.in.h /stdio-write.c /stdio.in.h |