From 68826376ee5f47783c644c6604f4411ec747cd7e Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 14 Nov 2025 23:52:16 +0800 Subject: [PATCH] Add UDP DNS client source code --- .gitignore | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec35276 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# git ignore files/folders in the list + +# ignore folders +install/ + +# ignore files +*.tar* +*.o +lib*.so* +lib*.a +mqttd + +# ctags files +cscope.* +tags + +# running files +*.log +*.db + +# openlibs +cJSON-* +mosquitto-* +libgpiod-* +openssl-* +sqlite-* -- Gitblit v1.9.1