diff options
| -rw-r--r-- | .clang-format | 1 | ||||
| -rw-r--r-- | .gitignore | 11 |
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 |
