From a574ce7edf7f31847be882f9f08dcd1ab8e5ebe0 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 18 Nov 2025 16:00:47 +0800 Subject: [PATCH] update lightd and thingsboard --- .gitignore | 29 ++++++++++++++++++++++++++--- 1 files changed, 26 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 629aa34..e66af8e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,11 +4,34 @@ install/ # ignore files -*.so* +*.tar* *.o -*.a +lib*.so* +lib*.a +mqttd + +# ctags files cscope.* tags -*.tar* + +# running files *.log *.db + +# openlibs +cJSON-* +mosquitto-* +libgpiod-* +openssl-* +sqlite-* +libevent-* + +# symbolic link +project/*/booster +project/*/modules +project/*/openlibs + +# binary file +project/gpsd/gpsd +project/lightd/lightd +project/thingsboard/thingsboard -- Gitblit v1.9.1