From 54e4414260a005d88c3e2a33036f73aaa126d89b Mon Sep 17 00:00:00 2001 From: Johnny Hsu Date: Sun, 3 Nov 2024 14:57:00 +0100 Subject: [PATCH] change gitignore --- Software/.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Software/.gitignore diff --git a/Software/.gitignore b/Software/.gitignore new file mode 100644 index 0000000..235ace8 --- /dev/null +++ b/Software/.gitignore @@ -0,0 +1,9 @@ +/.vscode/ +/build/ +/Debug +/.cache/ +.clangd +compile_commands.json +STM32Make.make +/.metadata/ +openocd.cfg \ No newline at end of file