diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-15 04:22:57 -0500 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-15 05:19:08 -0500 |
commit | 71cdb52799220f8d9052643baf1d3e9836a9c755 (patch) | |
tree | 27aee97a35d9ab51f0d8f64a46690bd41a5f8c1b /.gitignore | |
parent | f7afa46586645e50498d8b2d0c67884f014dc3a4 (diff) | |
download | monitoring-plugins-71cdb52799220f8d9052643baf1d3e9836a9c755.tar.gz |
Sync with gnulib
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 80 |
1 files changed, 23 insertions, 57 deletions
@@ -35,74 +35,40 @@ NP-VERSION-FILE # /doc/ /doc/developer-guidelines.html -# /external/ -/external/tap-1.01 +# /tap/ +/tap/.deps +/tap/.libs +/tap/Makefile +/tap/Makefile.in +/tap/libtap.la +/tap/tap.lo # /gl/ -/gl/alloca.h /gl/.deps +/gl/alloca.h +/gl/arpa +/gl/configmake.h +/gl/errno.h +/gl/float.h +/gl/fcntl.h +/gl/getopt.h /gl/libgnu.a /gl/Makefile /gl/Makefile.in -/gl/stdint.h -/gl/stdbool.h -/gl/getopt.h /gl/math.h -/gl/configmake.h +/gl/netinet_in.h /gl/ref-del.sed -/gl/string.h -/gl/stdio.h /gl/ref-add.sed -/gl/unistd.h /gl/charset.alias +/gl/stdint.h +/gl/stdbool.h /gl/stdlib.h - -# /intl/ -/intl/ChangeLog -/intl/Makefile.in -/intl/VERSION -/intl/bindtextdom.c -/intl/config.charset -/intl/dcgettext.c -/intl/dcigettext.c -/intl/dcngettext.c -/intl/dgettext.c -/intl/dngettext.c -/intl/eval-plural.h -/intl/explodename.c -/intl/finddomain.c -/intl/gettext.c -/intl/gettextP.h -/intl/gmo.h -/intl/hash-string.h -/intl/intl-compat.c -/intl/l10nflist.c -/intl/libgnuintl.h -/intl/loadinfo.h -/intl/loadmsgcat.c -/intl/localcharset.c -/intl/locale.alias -/intl/localealias.c -/intl/localename.c -/intl/ngettext.c -/intl/os2compat.c -/intl/os2compat.h -/intl/osdep.c -/intl/plural-exp.c -/intl/plural-exp.h -/intl/plural.c -/intl/plural.y -/intl/ref-add.sin -/intl/ref-del.sin -/intl/textdomain.c - -# /tap/ -/tap/.deps -/tap/.libs -/tap/Makefile -/tap/Makefile.in -/tap/libtap.la -/tap/tap.lo +/gl/stdio.h +/gl/string.h +/gl/sys_socket.h +/gl/unistd.h +/gl/wchar.h +/gl/wctype.h # /lib/ /lib/.deps |