diff options
author | xengineering <me@xengineering.eu> | 2025-02-11 11:37:52 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-02-11 11:59:32 +0100 |
commit | 9491ffc1fceba7d61e13a01b5c2ae7ea57bc0356 (patch) | |
tree | 3dab7e09dc5ad06d5e839786513c4ab47c8a023b | |
parent | bafb916ae598b23d63deaa9707937bb5d143706f (diff) | |
download | iot-contact-9491ffc1fceba7d61e13a01b5c2ae7ea57bc0356.tar iot-contact-9491ffc1fceba7d61e13a01b5c2ae7ea57bc0356.tar.zst iot-contact-9491ffc1fceba7d61e13a01b5c2ae7ea57bc0356.zip |
fw: gitignore: Add build, .cache and log.txt
-rw-r--r-- | fw/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fw/.gitignore b/fw/.gitignore new file mode 100644 index 0000000..06f39a9 --- /dev/null +++ b/fw/.gitignore @@ -0,0 +1,3 @@ +build +.cache +log.txt |