Specify /bin specifically, as opposed to any directory called bin/

This commit is contained in:
2026-01-25 09:23:53 +01:00
parent c750f87edd
commit f12825443e

4
.gitignore vendored
View File

@@ -9,8 +9,8 @@
*.out
*.hex
# Ignore bin/ directory
bin/
# Ignore /bin/ directory
/bin/
# Unignore specific files.
!.gitignore