From cd46376f77aeec92bd37f0fbf3b8ac1b901246e2 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Sat, 20 Dec 2025 18:40:40 +0100 Subject: [PATCH] Initial commit --- .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9102d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +*.elf +*.hex +*.o +*.obj +*.eep +*.map +*.lst +*.lss +*.sym + +.zed/ +.vscode/ +.idea/ +*.iml +.vs/ +*.user +*.suo +*.userosscache +*.sln.docstates + +.DS_Store +.AppleDouble +.LSOverride +._* +.Spotlight-V100 +.Trashes +.fseventsd +Thumbs.db +ehthumbs.db +Desktop.ini +$RECYCLE.BIN/ +*.swp +*.swo +*~ +.cache/ +lost+found/ +.nfs* +core +*.lock