From d4274cfdac8125160f43a8098a578eb3077fcda0 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Wed, 19 Feb 2025 16:58:05 +0100 Subject: Ignore generated stuff for vendored stuff in lib --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0b5028ed..1af41279 100644 --- a/.gitignore +++ b/.gitignore @@ -103,6 +103,7 @@ NP-VERSION-FILE /lib/libmonitoringplug.a /lib/Makefile /lib/Makefile.in +/lib/vendor/cJSON/.deps # /lib/tests/ /lib/tests/base64.Po -- cgit v1.2.3-74-g34f1 From 119e935b6f810ba2f9d343fa654e13c173ecb8b5 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Wed, 19 Feb 2025 19:17:16 +0100 Subject: Remove errornously commited file --- .gitignore | 1 + lib/vendor/cJSON/.dirstamp | 0 2 files changed, 1 insertion(+) delete mode 100644 lib/vendor/cJSON/.dirstamp (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1af41279..0efc2b66 100644 --- a/.gitignore +++ b/.gitignore @@ -104,6 +104,7 @@ NP-VERSION-FILE /lib/Makefile /lib/Makefile.in /lib/vendor/cJSON/.deps +/lib/vendor/cJSON/.dirstamp # /lib/tests/ /lib/tests/base64.Po diff --git a/lib/vendor/cJSON/.dirstamp b/lib/vendor/cJSON/.dirstamp deleted file mode 100644 index e69de29b..00000000 -- cgit v1.2.3-74-g34f1