From 29ca1d3f408d6c5c078011e78c4bcb9983780c6c Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 22 Jan 2025 20:54:05 +0100 Subject: fw: gitignore: Add .cache and build `.cache` is created by clangd and build is the default build folder which should not be committed. --- fw/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fw/.gitignore (limited to 'fw') 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 -- cgit v1.2.3-70-g09d2