summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-01-22 20:54:05 +0100
committerxengineering <me@xengineering.eu>2025-01-22 20:54:05 +0100
commit2d52623327c1218c34d61a24580093475ffc416a (patch)
treed4f7b94516f4a1184980a868ccf2154a17c6cd81
parente0ddbf7a09fdf8277a64f27b484c3642e32d7a99 (diff)
downloadsoundbox-2d52623327c1218c34d61a24580093475ffc416a.tar
soundbox-2d52623327c1218c34d61a24580093475ffc416a.tar.zst
soundbox-2d52623327c1218c34d61a24580093475ffc416a.zip
fw: gitignore: Add .cache and build
`.cache` is created by clangd and build is the default build folder which should not be committed.
-rw-r--r--fw/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/.gitignore b/fw/.gitignore
new file mode 100644
index 0000000..7194ea7
--- /dev/null
+++ b/fw/.gitignore
@@ -0,0 +1,2 @@
+.cache
+build