From d7b0739cca80d0af95367e801972d10e3ea859db Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 7 Mar 2025 18:36:23 +0530 Subject: Ah shit, here we go again --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..902f3c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build/ +.cache/ +compile_commands.json -- cgit v1.3.1