aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBossCode45 <boss@tehbox.org>2025-07-24 12:46:09 +1200
committerBossCode45 <boss@tehbox.org>2025-07-24 12:48:21 +1200
commit767cdb89554689134ecaad0549b8beaee7b685d9 (patch)
treed6386c2e458350d3fd05923dec48cbd59ce77eb8 /.gitignore
parent3e4cad0bfd36536ffc870d16a6e26aac5049dd0b (diff)
downloadtehimage-767cdb89554689134ecaad0549b8beaee7b685d9.tar.gz
tehimage-767cdb89554689134ecaad0549b8beaee7b685d9.zip
feat: Added gitiginore and clang format
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
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