From d75b25d50f4df655d1e69ff900cfeee823039296 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 3 Sep 2025 00:49:27 +0200 Subject: Initial commit Only a basic argument parser to start with. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..db9f3cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/build/ +/compile_commands.json -- cgit v1.3