diff options
| author | Andreas Baumann <mail@andreasbaumann.cc> | 2026-03-27 11:14:20 +0100 |
|---|---|---|
| committer | Andreas Baumann <mail@andreasbaumann.cc> | 2026-03-27 11:14:20 +0100 |
| commit | 1113bbcd92d85b85579aa7feef511241e58fb0f5 (patch) | |
| tree | d69b7bcfe2f7e80fda9a1f4ddd38209d6cb7aaf0 /.gitignore | |
| parent | 99283972fe3a74d3a1dea12c4099f76286130a67 (diff) | |
| parent | a71ce153082565e5728424749475593dc0623492 (diff) | |
| download | monitoring-plugins-1113bbcd92d85b85579aa7feef511241e58fb0f5.tar.gz | |
merged with mastercheck_snmp_fixes
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 10 insertions, 1 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 |
