From 829d9e438f4eedf9dfb15aec59510ecc14be583c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 11 Apr 2026 19:27:43 +0530 Subject: Init commit with boilerplate shit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e2f1ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.clang_complete +.ccls +a.out +out/ +*.zip +fp-info-cache +*.lck -- cgit v1.3.1