From f12825443ebf8ba9c98dfff403c0b93e8caf909c Mon Sep 17 00:00:00 2001 From: Quinn Date: Sun, 25 Jan 2026 09:23:53 +0100 Subject: [PATCH] Specify /bin specifically, as opposed to any directory called bin/ --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b268ce5..d5de5af 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,8 @@ *.out *.hex -# Ignore bin/ directory -bin/ +# Ignore /bin/ directory +/bin/ # Unignore specific files. !.gitignore