Add .gitignore

This commit is contained in:
2026-01-19 19:12:47 +01:00
parent a9aa0d8ffb
commit c750f87edd

17
.gitignore vendored Normal file
View File

@@ -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