From 7fe8ec4eb2bf225fe84158a30b1e1e9eee6ef74d Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Tue, 19 Nov 2019 10:07:36 +0100 Subject: [PATCH] Ignore `bin` and `map` files after compilation. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ebf64d03f..f28d51334 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ tasmota/user_config_override.h build firmware.map firmware.asm +tasmota*.bin +tasmota*.map ## Visual Studio Code specific ###### .vscode