From c35eb35bb63a97b7c46e879819757a9cb48165b5 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 17 Feb 2026 02:27:51 +0100 Subject: Initial commit: OPC UA discovery project CMake-based C project using open62541 for OPC UA discovery. Includes Local Discovery Server, register server, and find servers client with OpenSSL encryption support. --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..285b7d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Build output +build/ + +# Symlink to build artifact +compile_commands.json + +# Editor / IDE caches +.cache/ + +# Certificates (generated, contain private keys) +certs/ + +# Claude Code local state +.claude/ -- cgit v1.2.3