From 2f5dee3406e8679350c0bf9bada5386204995e98 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Thu, 14 Mar 2024 11:34:14 +0100 Subject: [PATCH] chore: add .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c871890 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.build/ +.cache/ +bin/ +compile_commands.json