diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -58,6 +58,7 @@ NP-VERSION-FILE | |||
58 | /gl/charset.alias | 58 | /gl/charset.alias |
59 | /gl/configmake.h | 59 | /gl/configmake.h |
60 | /gl/errno.h | 60 | /gl/errno.h |
61 | /gl/error.h | ||
61 | /gl/fcntl.h | 62 | /gl/fcntl.h |
62 | /gl/float.h | 63 | /gl/float.h |
63 | /gl/getopt.h | 64 | /gl/getopt.h |
@@ -102,6 +103,8 @@ NP-VERSION-FILE | |||
102 | /lib/libmonitoringplug.a | 103 | /lib/libmonitoringplug.a |
103 | /lib/Makefile | 104 | /lib/Makefile |
104 | /lib/Makefile.in | 105 | /lib/Makefile.in |
106 | /lib/vendor/cJSON/.deps | ||
107 | /lib/vendor/cJSON/.dirstamp | ||
105 | 108 | ||
106 | # /lib/tests/ | 109 | # /lib/tests/ |
107 | /lib/tests/base64.Po | 110 | /lib/tests/base64.Po |
@@ -221,7 +224,13 @@ NP-VERSION-FILE | |||
221 | /plugins/tests/Makefile.in | 224 | /plugins/tests/Makefile.in |
222 | /plugins/tests/test_utils | 225 | /plugins/tests/test_utils |
223 | /plugins/tests/test_disk | 226 | /plugins/tests/test_disk |
227 | /plugins/tests/test_check_swap | ||
224 | /plugins/tests/.deps | 228 | /plugins/tests/.deps |
229 | /plugins/tests/.dirstamp | ||
230 | |||
231 | # /plugins/check_swap.d | ||
232 | /plugins/check_swap.d/.deps | ||
233 | /plugins/check_swap.d/.dirstamp | ||
225 | 234 | ||
226 | # /plugins-root/ | 235 | # /plugins-root/ |
227 | /plugins-root/.deps | 236 | /plugins-root/.deps |