diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-01-31 15:08:41 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-01-31 15:08:41 (GMT) |
commit | 2e5bc5ee07ddac20058488978d22ec4e3640e422 (patch) | |
tree | 1426110c58e08b2b67e68120c2a3494dbd98b386 /.gitignore | |
parent | 981a34d7b34bf5ea7512e19f6e4768783201229f (diff) | |
download | monitoring-plugins-2e5bc5ee07ddac20058488978d22ec4e3640e422.tar.gz |
Do not ignore /gl/warn-on-use.h and gl/arg-nonnull.h
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -53,7 +53,6 @@ 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/charset.alias | 58 | /gl/charset.alias |
@@ -87,7 +86,6 @@ NP-VERSION-FILE | |||
87 | /gl/sys | 86 | /gl/sys |
88 | /gl/time.h | 87 | /gl/time.h |
89 | /gl/unistd.h | 88 | /gl/unistd.h |
90 | /gl/warn-on-use.h | ||
91 | /gl/wchar.h | 89 | /gl/wchar.h |
92 | /gl/wctype.h | 90 | /gl/wctype.h |
93 | 91 | ||