diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 25 |
1 files changed, 22 insertions, 3 deletions
| @@ -52,6 +52,7 @@ 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 |
| @@ -93,9 +94,17 @@ NP-VERSION-FILE | |||
| 93 | /gl/wctype.h | 94 | /gl/wctype.h |
| 94 | /gl/inttypes.h | 95 | /gl/inttypes.h |
| 95 | /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 | ||
| 96 | /gl/malloc/dynarray-skeleton.gl.h | 106 | /gl/malloc/dynarray-skeleton.gl.h |
| 97 | /gl/malloc/dynarray.gl.h | 107 | /gl/malloc/dynarray.gl.h |
| 98 | /gl/stdckdint.h | ||
| 99 | 108 | ||
| 100 | # /lib/ | 109 | # /lib/ |
| 101 | /lib/.deps | 110 | /lib/.deps |
| @@ -174,8 +183,6 @@ plugins/check_disk.d/.dirstamp | |||
| 174 | /plugins/check_netsaint | 183 | /plugins/check_netsaint |
| 175 | /plugins/check_nntp | 184 | /plugins/check_nntp |
| 176 | /plugins/check_nntps | 185 | /plugins/check_nntps |
| 177 | /plugins/check_nt | ||
| 178 | /plugins/check_ntp | ||
| 179 | /plugins/check_ntp_peer | 186 | /plugins/check_ntp_peer |
| 180 | /plugins/check_ntp_time | 187 | /plugins/check_ntp_time |
| 181 | /plugins/check_pgsql | 188 | /plugins/check_pgsql |
| @@ -197,6 +204,8 @@ plugins/check_disk.d/.dirstamp | |||
| 197 | /plugins/check_udp | 204 | /plugins/check_udp |
| 198 | /plugins/check_ups | 205 | /plugins/check_ups |
| 199 | /plugins/check_users | 206 | /plugins/check_users |
| 207 | /plugins/check_users.d/.deps | ||
| 208 | /plugins/check_users.d/.dirstamp | ||
| 200 | /plugins/check_vsz | 209 | /plugins/check_vsz |
| 201 | /plugins/config.h | 210 | /plugins/config.h |
| 202 | /plugins/config.h.in | 211 | /plugins/config.h.in |
| @@ -231,6 +240,14 @@ plugins/check_disk.d/.dirstamp | |||
| 231 | /plugins/check_swap.d/.deps | 240 | /plugins/check_swap.d/.deps |
| 232 | /plugins/check_swap.d/.dirstamp | 241 | /plugins/check_swap.d/.dirstamp |
| 233 | 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 | |||
| 234 | # /plugins-root/ | 251 | # /plugins-root/ |
| 235 | /plugins-root/.deps | 252 | /plugins-root/.deps |
| 236 | /plugins-root/.libs | 253 | /plugins-root/.libs |
| @@ -239,6 +256,8 @@ plugins/check_disk.d/.dirstamp | |||
| 239 | /plugins-root/check_dhcp | 256 | /plugins-root/check_dhcp |
| 240 | /plugins-root/check_icmp | 257 | /plugins-root/check_icmp |
| 241 | /plugins-root/pst3 | 258 | /plugins-root/pst3 |
| 259 | /plugins-root/check_icmp.d/.dirstamp | ||
| 260 | /plugins-root/check_icmp.d/.deps | ||
| 242 | 261 | ||
| 243 | # /plugins-scripts/ | 262 | # /plugins-scripts/ |
| 244 | /plugins-scripts/Makefile | 263 | /plugins-scripts/Makefile |
