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 --- .clang-format | 1 + .gitignore | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 .clang-format create mode 100644 .gitignore diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..37f3d57 --- /dev/null +++ b/.clang-format @@ -0,0 +1 @@ +DisableFormat: true \ No newline at end of file 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