mirror of
https://github.com/micropython/micropython.git
synced 2025-12-15 17:30:14 +01:00
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:
committed by
Damien George
parent
8204f9e8c3
commit
325ec7e30e
8
.gitignore
vendored
8
.gitignore
vendored
@@ -24,3 +24,11 @@ user.props
|
|||||||
|
|
||||||
# MacOS desktop metadata files
|
# MacOS desktop metadata files
|
||||||
.DS_Store
|
.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/
|
||||||
|
|||||||
Reference in New Issue
Block a user