diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-03-26 12:53:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-26 12:53:53 +0100 |
| commit | 13e14a6bfd9f29cbfeab0c5161d2a994f97532e7 (patch) | |
| tree | 3aa7186fe092e42783dc7e981dc39a74ea61c466 /.gitignore | |
| parent | 9d8503f90ef25b2cecd324dc118e441f40233ea8 (diff) | |
| download | monitoring-plugins-13e14a6bfd9f29cbfeab0c5161d2a994f97532e7.tar.gz | |
* Sync with the 202601-stable Gnulib code (4a3650d887)
* Ignore more deps stuff in gnulib
* Remove autogenerated gnulib files
* Ignore more gnulib generated headers
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 |
