diff options
author | Bruno Haible <bruno@clisp.org> | 2010-03-29 01:39:21 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-03-29 01:39:21 +0200 |
commit | be890b19b15b6152ff634814d795072b6da0f886 (patch) | |
tree | 39f2255601822fb8c09185a9726c31674eb3d966 /build-aux | |
parent | 9ecdcdcf255ab94ee2d842287026bc555ff759f0 (diff) | |
download | external_gettext-be890b19b15b6152ff634814d795072b6da0f886.zip external_gettext-be890b19b15b6152ff634814d795072b6da0f886.tar.gz external_gettext-be890b19b15b6152ff634814d795072b6da0f886.tar.bz2 |
Update after gnulib changed.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-aux/.gitignore b/build-aux/.gitignore index 125874a..4dafef0 100644 --- a/build-aux/.gitignore +++ b/build-aux/.gitignore @@ -1,5 +1,6 @@ # Files brought in by gnulib-tool: /arg-nonnull.h +/c++defs.h /config.libpath /config.rpath /csharpcomp.sh.in @@ -12,6 +13,7 @@ /reloc-ldflags /relocatable.sh.in /unused-parameter.h +/warn-on-use.h # Files brought in by "automake --add-missing --copy": /compile |