aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.clang-format1
-rw-r--r--.gitignore11
2 files changed, 12 insertions, 0 deletions
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