From 887875959aa84af92291db334898aaa20956e632 Mon Sep 17 00:00:00 2001 From: allexanderbergmans Date: Fri, 3 Jul 2026 12:17:10 +0200 Subject: init --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc3feba --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Build outputs +*.o +*.a +*.so +*.elf +*.hex + +# Generated sources +/gen/*/output/ +/gen/*/build/ + +# Toolchain builds +/tools/*/build/ + +# Simulator +/sim/build/ + +# Autotools +Makefile +Makefile.in +configure +config.status +config.log +autom4te.cache/ + +# IDE +.cate/ +.vscode/ +.idea/ +*.swp -- cgit v1.3