diff options
author | xengineering <me@xengineering.eu> | 2025-01-22 20:54:05 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-01-22 21:11:12 +0100 |
commit | 29ca1d3f408d6c5c078011e78c4bcb9983780c6c (patch) | |
tree | 35cb2bddfeac9115aaf9777cd5834ed2b4aadf98 | |
parent | ded9201fc5f30b947263b83a244a9b6743e9b684 (diff) | |
download | soundbox-29ca1d3f408d6c5c078011e78c4bcb9983780c6c.tar soundbox-29ca1d3f408d6c5c078011e78c4bcb9983780c6c.tar.zst soundbox-29ca1d3f408d6c5c078011e78c4bcb9983780c6c.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/.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 |