From 42f1328636bc2a318c8d6aafee3d1f80339bd6c9 Mon Sep 17 00:00:00 2001 From: CTXz Date: Wed, 28 Jun 2023 17:54:32 +0200 Subject: [PATCH] Git: Ignore .bin's Signed-off-by: CTXz --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a344b1a..3a16d3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .elf .o +target/*.bin +target/build attack/build .vscode/