diff options
author | xengineering <me@xengineering.eu> | 2025-01-22 20:54:05 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-01-22 20:54:05 +0100 |
commit | 2d52623327c1218c34d61a24580093475ffc416a (patch) | |
tree | d4f7b94516f4a1184980a868ccf2154a17c6cd81 /fw | |
parent | e0ddbf7a09fdf8277a64f27b484c3642e32d7a99 (diff) | |
download | soundbox-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.
Diffstat (limited to 'fw')
-rw-r--r-- | fw/.gitignore | 2 |
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 |