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 *.out
*.hex *.hex
# Ignore bin/ directory # Ignore /bin/ directory
bin/ /bin/
# Unignore specific files. # Unignore specific files.
!.gitignore !.gitignore