From 1cb9aa230d5381bd9f7d16c0e2ed2c3183c95a58 Mon Sep 17 00:00:00 2001 From: Christopher Obbard Date: Fri, 6 Sep 2024 10:36:44 +0100 Subject: [PATCH] Ignore built binary files Signed-off-by: Christopher Obbard --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 67c1be59..f4dd4582 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,7 @@ logs # Ignore upload command (removes the need to re-compile after Verify when running Download, in e.g. VS Code) upload.bat -compile.bat \ No newline at end of file +compile.bat + +# Ignore binary files +*.bin