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 | |||
| 35 | # /doc/ | 35 | # /doc/ |
| 36 | /doc/developer-guidelines.html | 36 | /doc/developer-guidelines.html |
| 37 | 37 | ||
| 38 | # /external/ | 38 | # /tap/ |
| 39 | /external/tap-1.01 | 39 | /tap/.deps |
| 40 | /tap/.libs | ||
| 41 | /tap/Makefile | ||
| 42 | /tap/Makefile.in | ||
| 43 | /tap/libtap.la | ||
| 44 | /tap/tap.lo | ||
| 40 | 45 | ||
| 41 | # /gl/ | 46 | # /gl/ |
| 42 | /gl/alloca.h | ||
| 43 | /gl/.deps | 47 | /gl/.deps |
| 48 | /gl/alloca.h | ||
| 49 | /gl/arpa | ||
| 50 | /gl/configmake.h | ||
| 51 | /gl/errno.h | ||
| 52 | /gl/float.h | ||
| 53 | /gl/fcntl.h | ||
| 54 | /gl/getopt.h | ||
| 44 | /gl/libgnu.a | 55 | /gl/libgnu.a |
| 45 | /gl/Makefile | 56 | /gl/Makefile |
| 46 | /gl/Makefile.in | 57 | /gl/Makefile.in |
| 47 | /gl/stdint.h | ||
| 48 | /gl/stdbool.h | ||
| 49 | /gl/getopt.h | ||
| 50 | /gl/math.h | 58 | /gl/math.h |
| 51 | /gl/configmake.h | 59 | /gl/netinet_in.h |
| 52 | /gl/ref-del.sed | 60 | /gl/ref-del.sed |
| 53 | /gl/string.h | ||
| 54 | /gl/stdio.h | ||
| 55 | /gl/ref-add.sed | 61 | /gl/ref-add.sed |
| 56 | /gl/unistd.h | ||
| 57 | /gl/charset.alias | 62 | /gl/charset.alias |
| 63 | /gl/stdint.h | ||
| 64 | /gl/stdbool.h | ||
| 58 | /gl/stdlib.h | 65 | /gl/stdlib.h |
| 59 | 66 | /gl/stdio.h | |
| 60 | # /intl/ | 67 | /gl/string.h |
| 61 | /intl/ChangeLog | 68 | /gl/sys_socket.h |
| 62 | /intl/Makefile.in | 69 | /gl/unistd.h |
| 63 | /intl/VERSION | 70 | /gl/wchar.h |
| 64 | /intl/bindtextdom.c | 71 | /gl/wctype.h |
| 65 | /intl/config.charset | ||
| 66 | /intl/dcgettext.c | ||
| 67 | /intl/dcigettext.c | ||
| 68 | /intl/dcngettext.c | ||
| 69 | /intl/dgettext.c | ||
| 70 | /intl/dngettext.c | ||
| 71 | /intl/eval-plural.h | ||
| 72 | /intl/explodename.c | ||
| 73 | /intl/finddomain.c | ||
| 74 | /intl/gettext.c | ||
| 75 | /intl/gettextP.h | ||
| 76 | /intl/gmo.h | ||
| 77 | /intl/hash-string.h | ||
| 78 | /intl/intl-compat.c | ||
| 79 | /intl/l10nflist.c | ||
| 80 | /intl/libgnuintl.h | ||
| 81 | /intl/loadinfo.h | ||
| 82 | /intl/loadmsgcat.c | ||
| 83 | /intl/localcharset.c | ||
| 84 | /intl/locale.alias | ||
| 85 | /intl/localealias.c | ||
| 86 | /intl/localename.c | ||
| 87 | /intl/ngettext.c | ||
| 88 | /intl/os2compat.c | ||
| 89 | /intl/os2compat.h | ||
| 90 | /intl/osdep.c | ||
| 91 | /intl/plural-exp.c | ||
| 92 | /intl/plural-exp.h | ||
| 93 | /intl/plural.c | ||
| 94 | /intl/plural.y | ||
| 95 | /intl/ref-add.sin | ||
| 96 | /intl/ref-del.sin | ||
| 97 | /intl/textdomain.c | ||
| 98 | |||
| 99 | # /tap/ | ||
| 100 | /tap/.deps | ||
| 101 | /tap/.libs | ||
| 102 | /tap/Makefile | ||
| 103 | /tap/Makefile.in | ||
| 104 | /tap/libtap.la | ||
| 105 | /tap/tap.lo | ||
| 106 | 72 | ||
| 107 | # /lib/ | 73 | # /lib/ |
| 108 | /lib/.deps | 74 | /lib/.deps |
