diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 35 |
1 files changed, 28 insertions, 7 deletions
| @@ -52,12 +52,14 @@ NP-VERSION-FILE | |||
| 52 | 52 | ||
| 53 | # /gl/ | 53 | # /gl/ |
| 54 | /gl/.deps | 54 | /gl/.deps |
| 55 | /gl/*/.deps | ||
| 55 | /gl/alloca.h | 56 | /gl/alloca.h |
| 56 | /gl/arpa | 57 | /gl/arpa |
| 57 | /gl/arpa_inet.h | 58 | /gl/arpa_inet.h |
| 58 | /gl/charset.alias | 59 | /gl/charset.alias |
| 59 | /gl/configmake.h | 60 | /gl/configmake.h |
| 60 | /gl/errno.h | 61 | /gl/errno.h |
| 62 | /gl/error.h | ||
| 61 | /gl/fcntl.h | 63 | /gl/fcntl.h |
| 62 | /gl/float.h | 64 | /gl/float.h |
| 63 | /gl/getopt.h | 65 | /gl/getopt.h |
| @@ -92,9 +94,17 @@ NP-VERSION-FILE | |||
| 92 | /gl/wctype.h | 94 | /gl/wctype.h |
| 93 | /gl/inttypes.h | 95 | /gl/inttypes.h |
| 94 | /gl/limits.h | 96 | /gl/limits.h |
| 97 | /gl/pthread.h | ||
| 98 | /gl/sched.h | ||
| 99 | /gl/uchar.h | ||
| 100 | /gl/unicase.h | ||
| 101 | /gl/unictype.h | ||
| 102 | /gl/uninorm.h | ||
| 103 | /gl/unitypes.h | ||
| 104 | /gl/uniwidth.h | ||
| 105 | /gl/stdckdint.h | ||
| 95 | /gl/malloc/dynarray-skeleton.gl.h | 106 | /gl/malloc/dynarray-skeleton.gl.h |
| 96 | /gl/malloc/dynarray.gl.h | 107 | /gl/malloc/dynarray.gl.h |
| 97 | /gl/stdckdint.h | ||
| 98 | 108 | ||
| 99 | # /lib/ | 109 | # /lib/ |
| 100 | /lib/.deps | 110 | /lib/.deps |
| @@ -102,6 +112,8 @@ NP-VERSION-FILE | |||
| 102 | /lib/libmonitoringplug.a | 112 | /lib/libmonitoringplug.a |
| 103 | /lib/Makefile | 113 | /lib/Makefile |
| 104 | /lib/Makefile.in | 114 | /lib/Makefile.in |
| 115 | /lib/vendor/cJSON/.deps | ||
| 116 | /lib/vendor/cJSON/.dirstamp | ||
| 105 | 117 | ||
| 106 | # /lib/tests/ | 118 | # /lib/tests/ |
| 107 | /lib/tests/base64.Po | 119 | /lib/tests/base64.Po |
| @@ -111,7 +123,6 @@ NP-VERSION-FILE | |||
| 111 | /lib/tests/Makefile.in | 123 | /lib/tests/Makefile.in |
| 112 | /lib/tests/test_base64 | 124 | /lib/tests/test_base64 |
| 113 | /lib/tests/test_cmd | 125 | /lib/tests/test_cmd |
| 114 | /lib/tests/test_disk | ||
| 115 | /lib/tests/test_tcp | 126 | /lib/tests/test_tcp |
| 116 | /lib/tests/test_utils | 127 | /lib/tests/test_utils |
| 117 | /lib/tests/utils_base.Po | 128 | /lib/tests/utils_base.Po |
| @@ -150,6 +161,8 @@ NP-VERSION-FILE | |||
| 150 | /plugins/check_dbi | 161 | /plugins/check_dbi |
| 151 | /plugins/check_dig | 162 | /plugins/check_dig |
| 152 | /plugins/check_disk | 163 | /plugins/check_disk |
| 164 | plugins/check_disk.d/.deps/ | ||
| 165 | plugins/check_disk.d/.dirstamp | ||
| 153 | /plugins/check_dns | 166 | /plugins/check_dns |
| 154 | /plugins/check_dummy | 167 | /plugins/check_dummy |
| 155 | /plugins/check_fping | 168 | /plugins/check_fping |
| @@ -170,12 +183,8 @@ NP-VERSION-FILE | |||
| 170 | /plugins/check_netsaint | 183 | /plugins/check_netsaint |
| 171 | /plugins/check_nntp | 184 | /plugins/check_nntp |
| 172 | /plugins/check_nntps | 185 | /plugins/check_nntps |
| 173 | /plugins/check_nt | ||
| 174 | /plugins/check_ntp | ||
| 175 | /plugins/check_ntp_peer | 186 | /plugins/check_ntp_peer |
| 176 | /plugins/check_ntp_time | 187 | /plugins/check_ntp_time |
| 177 | /plugins/check_nwstat | ||
| 178 | /plugins/check_overcr | ||
| 179 | /plugins/check_pgsql | 188 | /plugins/check_pgsql |
| 180 | /plugins/check_ping | 189 | /plugins/check_ping |
| 181 | /plugins/check_pop | 190 | /plugins/check_pop |
| @@ -195,6 +204,8 @@ NP-VERSION-FILE | |||
| 195 | /plugins/check_udp | 204 | /plugins/check_udp |
| 196 | /plugins/check_ups | 205 | /plugins/check_ups |
| 197 | /plugins/check_users | 206 | /plugins/check_users |
| 207 | /plugins/check_users.d/.deps | ||
| 208 | /plugins/check_users.d/.dirstamp | ||
| 198 | /plugins/check_vsz | 209 | /plugins/check_vsz |
| 199 | /plugins/config.h | 210 | /plugins/config.h |
| 200 | /plugins/config.h.in | 211 | /plugins/config.h.in |
| @@ -220,7 +231,7 @@ NP-VERSION-FILE | |||
| 220 | /plugins/tests/Makefile | 231 | /plugins/tests/Makefile |
| 221 | /plugins/tests/Makefile.in | 232 | /plugins/tests/Makefile.in |
| 222 | /plugins/tests/test_utils | 233 | /plugins/tests/test_utils |
| 223 | /plugins/tests/test_disk | 234 | /plugins/tests/test_check_disk |
| 224 | /plugins/tests/test_check_swap | 235 | /plugins/tests/test_check_swap |
| 225 | /plugins/tests/.deps | 236 | /plugins/tests/.deps |
| 226 | /plugins/tests/.dirstamp | 237 | /plugins/tests/.dirstamp |
| @@ -229,6 +240,14 @@ NP-VERSION-FILE | |||
| 229 | /plugins/check_swap.d/.deps | 240 | /plugins/check_swap.d/.deps |
| 230 | /plugins/check_swap.d/.dirstamp | 241 | /plugins/check_swap.d/.dirstamp |
| 231 | 242 | ||
| 243 | # /plugins/check_snmp.d | ||
| 244 | /plugins/check_snmp.d/.deps | ||
| 245 | /plugins/check_snmp.d/.dirstamp | ||
| 246 | |||
| 247 | # /plugins/check_curl.d | ||
| 248 | /plugins/check_curl.d/.deps | ||
| 249 | /plugins/check_curl.d/.dirstamp | ||
| 250 | |||
| 232 | # /plugins-root/ | 251 | # /plugins-root/ |
| 233 | /plugins-root/.deps | 252 | /plugins-root/.deps |
| 234 | /plugins-root/.libs | 253 | /plugins-root/.libs |
| @@ -237,6 +256,8 @@ NP-VERSION-FILE | |||
| 237 | /plugins-root/check_dhcp | 256 | /plugins-root/check_dhcp |
| 238 | /plugins-root/check_icmp | 257 | /plugins-root/check_icmp |
| 239 | /plugins-root/pst3 | 258 | /plugins-root/pst3 |
| 259 | /plugins-root/check_icmp.d/.dirstamp | ||
| 260 | /plugins-root/check_icmp.d/.deps | ||
| 240 | 261 | ||
| 241 | # /plugins-scripts/ | 262 | # /plugins-scripts/ |
| 242 | /plugins-scripts/Makefile | 263 | /plugins-scripts/Makefile |
