diff options
-rw-r--r-- | gettext-tools/gnulib-lib/.gitignore | 1 | ||||
-rw-r--r-- | gettext-tools/gnulib-tests/.gitignore | 6 | ||||
-rw-r--r-- | gnulib-local/modules/libxml | 3 |
3 files changed, 10 insertions, 0 deletions
diff --git a/gettext-tools/gnulib-lib/.gitignore b/gettext-tools/gnulib-lib/.gitignore index f732943..a842612 100644 --- a/gettext-tools/gnulib-lib/.gitignore +++ b/gettext-tools/gnulib-lib/.gitignore @@ -185,6 +185,7 @@ /locale.in.h /localename.c /localename.h +/log10.c /lstat.c /malloc.c /malloca.c diff --git a/gettext-tools/gnulib-tests/.gitignore b/gettext-tools/gnulib-tests/.gitignore index efd9002..4c1bc56 100644 --- a/gettext-tools/gnulib-tests/.gitignore +++ b/gettext-tools/gnulib-tests/.gitignore @@ -30,6 +30,7 @@ /minus-zero.h /nan.h /putenv.c +/randomd.c /read-file.c /read-file.h /same-inode.h @@ -76,6 +77,8 @@ /test-dup2.c /test-environ.c /test-errno.c +/test-fabs.c +/test-fabs.h /test-fcntl-h.c /test-fcntl.c /test-fdopen.c @@ -135,6 +138,8 @@ /test-locale.c /test-localename.c /test-lock.c +/test-log10.c +/test-log10.h /test-lseek.c /test-lseek.sh /test-lstat.c @@ -194,6 +199,7 @@ /test-posix_spawn_file_actions_addclose.c /test-posix_spawn_file_actions_adddup2.c /test-posix_spawn_file_actions_addopen.c +/test-pow.c /test-quotearg-simple.c /test-quotearg.h /test-raise.c diff --git a/gnulib-local/modules/libxml b/gnulib-local/modules/libxml index 47dce43..9488095 100644 --- a/gnulib-local/modules/libxml +++ b/gnulib-local/modules/libxml @@ -113,6 +113,9 @@ no-c++ isinf isnan signbit +pow +log10 +fabs configure.ac: gl_LIBXML |