From 0b6d6b70f171b18cad86c0ac8d79a2c849175324 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 15 Jan 2026 00:28:30 +0100 Subject: initial commit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45d6d3a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +tests/tests +.cache/ +compile_commands.json +examples/simple -- cgit