diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 30 |
1 files changed, 25 insertions, 5 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 |
| @@ -114,7 +123,6 @@ NP-VERSION-FILE | |||
| 114 | /lib/tests/Makefile.in | 123 | /lib/tests/Makefile.in |
| 115 | /lib/tests/test_base64 | 124 | /lib/tests/test_base64 |
| 116 | /lib/tests/test_cmd | 125 | /lib/tests/test_cmd |
| 117 | /lib/tests/test_disk | ||
| 118 | /lib/tests/test_tcp | 126 | /lib/tests/test_tcp |
| 119 | /lib/tests/test_utils | 127 | /lib/tests/test_utils |
| 120 | /lib/tests/utils_base.Po | 128 | /lib/tests/utils_base.Po |
| @@ -153,6 +161,8 @@ NP-VERSION-FILE | |||
| 153 | /plugins/check_dbi | 161 | /plugins/check_dbi |
| 154 | /plugins/check_dig | 162 | /plugins/check_dig |
| 155 | /plugins/check_disk | 163 | /plugins/check_disk |
| 164 | plugins/check_disk.d/.deps/ | ||
| 165 | plugins/check_disk.d/.dirstamp | ||
| 156 | /plugins/check_dns | 166 | /plugins/check_dns |
| 157 | /plugins/check_dummy | 167 | /plugins/check_dummy |
| 158 | /plugins/check_fping | 168 | /plugins/check_fping |
| @@ -173,8 +183,6 @@ NP-VERSION-FILE | |||
| 173 | /plugins/check_netsaint | 183 | /plugins/check_netsaint |
| 174 | /plugins/check_nntp | 184 | /plugins/check_nntp |
| 175 | /plugins/check_nntps | 185 | /plugins/check_nntps |
| 176 | /plugins/check_nt | ||
| 177 | /plugins/check_ntp | ||
| 178 | /plugins/check_ntp_peer | 186 | /plugins/check_ntp_peer |
| 179 | /plugins/check_ntp_time | 187 | /plugins/check_ntp_time |
| 180 | /plugins/check_pgsql | 188 | /plugins/check_pgsql |
| @@ -196,6 +204,8 @@ NP-VERSION-FILE | |||
| 196 | /plugins/check_udp | 204 | /plugins/check_udp |
| 197 | /plugins/check_ups | 205 | /plugins/check_ups |
| 198 | /plugins/check_users | 206 | /plugins/check_users |
| 207 | /plugins/check_users.d/.deps | ||
| 208 | /plugins/check_users.d/.dirstamp | ||
| 199 | /plugins/check_vsz | 209 | /plugins/check_vsz |
| 200 | /plugins/config.h | 210 | /plugins/config.h |
| 201 | /plugins/config.h.in | 211 | /plugins/config.h.in |
| @@ -221,7 +231,7 @@ NP-VERSION-FILE | |||
| 221 | /plugins/tests/Makefile | 231 | /plugins/tests/Makefile |
| 222 | /plugins/tests/Makefile.in | 232 | /plugins/tests/Makefile.in |
| 223 | /plugins/tests/test_utils | 233 | /plugins/tests/test_utils |
| 224 | /plugins/tests/test_disk | 234 | /plugins/tests/test_check_disk |
| 225 | /plugins/tests/test_check_swap | 235 | /plugins/tests/test_check_swap |
| 226 | /plugins/tests/.deps | 236 | /plugins/tests/.deps |
| 227 | /plugins/tests/.dirstamp | 237 | /plugins/tests/.dirstamp |
| @@ -230,6 +240,14 @@ NP-VERSION-FILE | |||
| 230 | /plugins/check_swap.d/.deps | 240 | /plugins/check_swap.d/.deps |
| 231 | /plugins/check_swap.d/.dirstamp | 241 | /plugins/check_swap.d/.dirstamp |
| 232 | 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 | |||
| 233 | # /plugins-root/ | 251 | # /plugins-root/ |
| 234 | /plugins-root/.deps | 252 | /plugins-root/.deps |
| 235 | /plugins-root/.libs | 253 | /plugins-root/.libs |
| @@ -238,6 +256,8 @@ NP-VERSION-FILE | |||
| 238 | /plugins-root/check_dhcp | 256 | /plugins-root/check_dhcp |
| 239 | /plugins-root/check_icmp | 257 | /plugins-root/check_icmp |
| 240 | /plugins-root/pst3 | 258 | /plugins-root/pst3 |
| 259 | /plugins-root/check_icmp.d/.dirstamp | ||
| 260 | /plugins-root/check_icmp.d/.deps | ||
| 241 | 261 | ||
| 242 | # /plugins-scripts/ | 262 | # /plugins-scripts/ |
| 243 | /plugins-scripts/Makefile | 263 | /plugins-scripts/Makefile |
