From 8a4e396ae4dac802306ab8c3e0dcd841eecb0da5 Mon Sep 17 00:00:00 2001 From: surface Date: Fri, 17 Oct 2025 20:09:25 +0200 Subject: [PATCH] git ignore --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..981351c --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# Ignore build outputs +/Debug/ +/Release/ + +# STM32 auto-generated folders +/Drivers/ +/MXGeneratedFiles/ +/Middlewares/ + +/build/ +/*.ioc + +# Ignore user-specific or IDE files +*.launch +*.settings/ +*.project +*.cproject + +# Compiled object files +*.o +*.elf +*.bin +*.hex +*.map +*.d + +# Ignore backup files +*~ +*.swp +*.bak + +# Don't ignore version control +!.git/ +