From c750f87edd60714e55efa6fd09390f6d64dba7a3 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 19 Jan 2026 19:12:47 +0100 Subject: [PATCH] Add .gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b268ce5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Ignore dotfiles by default +.* + +# Ignore common (generated) file types +*.a +*.o +*.d +*.so +*.out +*.hex + +# Ignore bin/ directory +bin/ + +# Unignore specific files. +!.gitignore +!.clang-format