From 767cdb89554689134ecaad0549b8beaee7b685d9 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Thu, 24 Jul 2025 12:46:09 +1200 Subject: feat: Added gitiginore and clang format --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd28cb3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.o +*.so +image_test +include/* +.cache +*.bmp +*.png +!test.png +.direnv +compile_commands.json +flake.lock \ No newline at end of file -- cgit v1.2.3