diff options
author | Kristian Schuster <116557017+KriSchu@users.noreply.github.com> | 2023-02-19 23:49:18 +0100 |
---|---|---|
committer | Kristian Schuster <116557017+KriSchu@users.noreply.github.com> | 2023-02-19 23:49:18 +0100 |
commit | a0d42777217296c0a7bdb1e1be8d8f6de1b24dd7 (patch) | |
tree | 8effe94c57b2f9796ba36090b07551baa8f1e1cb /.gitignore | |
parent | ca3d59cd6918c9e2739e783b721d4c1122640fd3 (diff) | |
parent | c07206f2ccc2356aa74bc6813a94c2190017d44e (diff) | |
download | monitoring-plugins-a0d4277.tar.gz |
Merge remote-tracking branch 'origin/master' into feature_check_disk_add_ignore_missing_option
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -53,10 +53,8 @@ NP-VERSION-FILE | |||
53 | # /gl/ | 53 | # /gl/ |
54 | /gl/.deps | 54 | /gl/.deps |
55 | /gl/alloca.h | 55 | /gl/alloca.h |
56 | /gl/arg-nonnull.h | ||
57 | /gl/arpa | 56 | /gl/arpa |
58 | /gl/arpa_inet.h | 57 | /gl/arpa_inet.h |
59 | /gl/c++defs.h | ||
60 | /gl/charset.alias | 58 | /gl/charset.alias |
61 | /gl/configmake.h | 59 | /gl/configmake.h |
62 | /gl/errno.h | 60 | /gl/errno.h |
@@ -70,6 +68,8 @@ NP-VERSION-FILE | |||
70 | /gl/locale.h | 68 | /gl/locale.h |
71 | /gl/Makefile | 69 | /gl/Makefile |
72 | /gl/Makefile.in | 70 | /gl/Makefile.in |
71 | /gl/malloc/.dirstamp | ||
72 | /gl/malloc/.deps | ||
73 | /gl/math.h | 73 | /gl/math.h |
74 | /gl/netdb.h | 74 | /gl/netdb.h |
75 | /gl/netinet_in.h | 75 | /gl/netinet_in.h |
@@ -88,9 +88,13 @@ NP-VERSION-FILE | |||
88 | /gl/sys | 88 | /gl/sys |
89 | /gl/time.h | 89 | /gl/time.h |
90 | /gl/unistd.h | 90 | /gl/unistd.h |
91 | /gl/warn-on-use.h | ||
92 | /gl/wchar.h | 91 | /gl/wchar.h |
93 | /gl/wctype.h | 92 | /gl/wctype.h |
93 | /gl/inttypes.h | ||
94 | /gl/limits.h | ||
95 | /gl/malloc/dynarray-skeleton.gl.h | ||
96 | /gl/malloc/dynarray.gl.h | ||
97 | /gl/stdckdint. | ||
94 | 98 | ||
95 | # /lib/ | 99 | # /lib/ |
96 | /lib/.deps | 100 | /lib/.deps |