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 <jepler@unpythonic.net>
This commit is contained in:
Jeff Epler
2025-09-26 17:39:45 -05:00
committed by Damien George
parent 8204f9e8c3
commit 325ec7e30e

8
.gitignore vendored
View File

@@ -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/