From cb2f621c8935155fa149f86bd7407517961f2796 Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 30 Jul 2024 09:55:27 -0400 Subject: [PATCH] only:a bit of .gitignore --- .gitignore | 3 +++ firmware/.gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index f0083193d2..8c10fa34bc 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ log.txt # rusEFI simulator makes logs, ignore those rusefi_simulator_log.mlg + +# bundle +artifacts diff --git a/firmware/.gitignore b/firmware/.gitignore index 8979439bbb..1e76e39abf 100644 --- a/firmware/.gitignore +++ b/firmware/.gitignore @@ -12,3 +12,6 @@ build* # tools gcc-arm-none-eabi arm-gnu* + +# bundle temp folder +rusefi.snapshot.*