From 8a472865b51e6592313cd8119869d9e7effbdfb5 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Thu, 17 Sep 2026 18:12:44 +0200 Subject: [PATCH] add .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da72771 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.cache/ +compile_commands.json +*.o \ No newline at end of file