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 | |||
| 5 | # / | 5 | # / |
| 6 | /aclocal.m4 | 6 | /aclocal.m4 |
| 7 | /autom4te*.cache | 7 | /autom4te*.cache |
| 8 | /build-* | ||
| 9 | /Cache.pm | 8 | /Cache.pm |
| 10 | /command.cfg | 9 | /command.cfg |
| 11 | /compile | 10 | /compile |
| @@ -25,12 +24,14 @@ NP-VERSION-FILE | |||
| 25 | /THANKS | 24 | /THANKS |
| 26 | 25 | ||
| 27 | # /build-aux/ | 26 | # /build-aux/ |
| 27 | /build-aux/*~ | ||
| 28 | /build-aux/compile | 28 | /build-aux/compile |
| 29 | /build-aux/config.guess | 29 | /build-aux/config.guess |
| 30 | /build-aux/config.sub | 30 | /build-aux/config.sub |
| 31 | /build-aux/depcomp | 31 | /build-aux/depcomp |
| 32 | /build-aux/install-sh | 32 | /build-aux/install-sh |
| 33 | /build-aux/missing | 33 | /build-aux/missing |
| 34 | /build-aux/mkinstalldirs | ||
| 34 | 35 | ||
| 35 | # /doc/ | 36 | # /doc/ |
| 36 | /doc/developer-guidelines.html | 37 | /doc/developer-guidelines.html |
| @@ -46,28 +47,38 @@ NP-VERSION-FILE | |||
| 46 | # /gl/ | 47 | # /gl/ |
| 47 | /gl/.deps | 48 | /gl/.deps |
| 48 | /gl/alloca.h | 49 | /gl/alloca.h |
| 50 | /gl/arg-nonnull.h | ||
| 49 | /gl/arpa | 51 | /gl/arpa |
| 52 | /gl/arpa_inet.h | ||
| 53 | /gl/c++defs.h | ||
| 54 | /gl/charset.alias | ||
| 50 | /gl/configmake.h | 55 | /gl/configmake.h |
| 51 | /gl/errno.h | 56 | /gl/errno.h |
| 52 | /gl/float.h | ||
| 53 | /gl/fcntl.h | 57 | /gl/fcntl.h |
| 58 | /gl/float.h | ||
| 54 | /gl/getopt.h | 59 | /gl/getopt.h |
| 60 | /gl/langinfo.h | ||
| 55 | /gl/libgnu.a | 61 | /gl/libgnu.a |
| 62 | /gl/locale.h | ||
| 56 | /gl/Makefile | 63 | /gl/Makefile |
| 57 | /gl/Makefile.in | 64 | /gl/Makefile.in |
| 58 | /gl/math.h | 65 | /gl/math.h |
| 66 | /gl/netdb.h | ||
| 59 | /gl/netinet_in.h | 67 | /gl/netinet_in.h |
| 60 | /gl/ref-del.sed | ||
| 61 | /gl/ref-add.sed | 68 | /gl/ref-add.sed |
| 62 | /gl/charset.alias | 69 | /gl/ref-del.sed |
| 63 | /gl/stdint.h | ||
| 64 | /gl/stdbool.h | 70 | /gl/stdbool.h |
| 65 | /gl/stdlib.h | 71 | /gl/stddef.h |
| 72 | /gl/stdint.h | ||
| 66 | /gl/stdio.h | 73 | /gl/stdio.h |
| 74 | /gl/stdlib.h | ||
| 67 | /gl/string.h | 75 | /gl/string.h |
| 68 | /gl/sys_socket.h | 76 | /gl/sys_socket.h |
| 77 | /gl/sys_stat.h | ||
| 78 | /gl/sys | ||
| 69 | /gl/time.h | 79 | /gl/time.h |
| 70 | /gl/unistd.h | 80 | /gl/unistd.h |
| 81 | /gl/warn-on-use.h | ||
| 71 | /gl/wchar.h | 82 | /gl/wchar.h |
| 72 | /gl/wctype.h | 83 | /gl/wctype.h |
| 73 | 84 | ||
