diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-12-29 21:23:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-29 21:23:38 +0100 |
| commit | 39680498ee0987a5e0eb203a2c0539aa1fa94d39 (patch) | |
| tree | 51bf00a9e8a9ad9d1b9bdd59504b2b1ad2b0583b /.gitignore | |
| parent | e301a9410d7f5f9f864086696eb2003d08512b2b (diff) | |
| parent | 54529b601385ebf3bd0fca855e8def62ec5b6527 (diff) | |
| download | monitoring-plugins-39680498ee0987a5e0eb203a2c0539aa1fa94d39.tar.gz | |
Merge pull request #1976 from RincewindsHat/check_swap_again
Refactor check_swap
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -221,7 +221,13 @@ NP-VERSION-FILE | |||
| 221 | /plugins/tests/Makefile.in | 221 | /plugins/tests/Makefile.in |
| 222 | /plugins/tests/test_utils | 222 | /plugins/tests/test_utils |
| 223 | /plugins/tests/test_disk | 223 | /plugins/tests/test_disk |
| 224 | /plugins/tests/test_check_swap | ||
| 224 | /plugins/tests/.deps | 225 | /plugins/tests/.deps |
| 226 | /plugins/tests/.dirstamp | ||
| 227 | |||
| 228 | # /plugins/check_swap.d | ||
| 229 | /plugins/check_swap.d/.deps | ||
| 230 | /plugins/check_swap.d/.dirstamp | ||
| 225 | 231 | ||
| 226 | # /plugins-root/ | 232 | # /plugins-root/ |
| 227 | /plugins-root/.deps | 233 | /plugins-root/.deps |
