diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-07 21:11:46 -0400 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-12 21:26:35 -0400 |
commit | 74da141e618ef99959d509cb2e7be35a348a39db (patch) | |
tree | 88ebc38b381a1021fc2d74864a71e230ae591c3d /.gitignore | |
parent | c63a4f726a0b6ad8cf6040f947754a81fd4683bb (diff) | |
download | monitoring-plugins-74da141e618ef99959d509cb2e7be35a348a39db.tar.gz |
Sync with the latest Gnulib code (177f525)
Signed-off-by: Thomas Guyot-Sionnest <dermoth@aei.ca>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 17 insertions, 6 deletions
@@ -5,7 +5,6 @@ NP-VERSION-FILE # / /aclocal.m4 /autom4te*.cache -/build-* /Cache.pm /command.cfg /compile @@ -25,12 +24,14 @@ NP-VERSION-FILE /THANKS # /build-aux/ +/build-aux/*~ /build-aux/compile /build-aux/config.guess /build-aux/config.sub /build-aux/depcomp /build-aux/install-sh /build-aux/missing +/build-aux/mkinstalldirs # /doc/ /doc/developer-guidelines.html @@ -46,28 +47,38 @@ NP-VERSION-FILE # /gl/ /gl/.deps /gl/alloca.h +/gl/arg-nonnull.h /gl/arpa +/gl/arpa_inet.h +/gl/c++defs.h +/gl/charset.alias /gl/configmake.h /gl/errno.h -/gl/float.h /gl/fcntl.h +/gl/float.h /gl/getopt.h +/gl/langinfo.h /gl/libgnu.a +/gl/locale.h /gl/Makefile /gl/Makefile.in /gl/math.h +/gl/netdb.h /gl/netinet_in.h -/gl/ref-del.sed /gl/ref-add.sed -/gl/charset.alias -/gl/stdint.h +/gl/ref-del.sed /gl/stdbool.h -/gl/stdlib.h +/gl/stddef.h +/gl/stdint.h /gl/stdio.h +/gl/stdlib.h /gl/string.h /gl/sys_socket.h +/gl/sys_stat.h +/gl/sys /gl/time.h /gl/unistd.h +/gl/warn-on-use.h /gl/wchar.h /gl/wctype.h |