From 325ec7e30e028efba66e46288a9f315598b03ab3 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Fri, 26 Sep 2025 17:39:45 -0500 Subject: [PATCH] gitignore: Ignore files created by ci.sh zepyhr and esp8266. After locally building zephyr e.g., with $ tools/ci.sh zephyr_setup zephyr_run_tests these directories are created by the build system. However, they should never be tracked by git. Similarly with the esp8266 ci.sh functions. Signed-off-by: Jeff Epler --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index b5010dfd14..56616426fb 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,11 @@ user.props # MacOS desktop metadata files .DS_Store + +# Created by ci.sh zephyr targets +/.ccache +/zephyrproject + +# Created by ci.sh esp8266 targets +/xtensa-lx106-elf-standalone.tar.gz +/xtensa-lx106-elf/