mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
boards/esp32[c3|c6|h2|s2|s3]: Ignore etctmp in common board
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
d4024c8388
commit
d2347aea2f
6 changed files with 12 additions and 0 deletions
2
boards/risc-v/esp32c3/common/.gitignore
vendored
Normal file
2
boards/risc-v/esp32c3/common/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
etctmp
|
||||
etctmp.c
|
2
boards/risc-v/esp32c6/common/.gitignore
vendored
Normal file
2
boards/risc-v/esp32c6/common/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
etctmp
|
||||
etctmp.c
|
2
boards/risc-v/esp32h2/common/.gitignore
vendored
Normal file
2
boards/risc-v/esp32h2/common/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
etctmp
|
||||
etctmp.c
|
2
boards/xtensa/esp32/common/.gitignore
vendored
Normal file
2
boards/xtensa/esp32/common/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
etctmp
|
||||
etctmp.c
|
2
boards/xtensa/esp32s2/common/.gitignore
vendored
Normal file
2
boards/xtensa/esp32s2/common/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
etctmp
|
||||
etctmp.c
|
2
boards/xtensa/esp32s3/common/.gitignore
vendored
Normal file
2
boards/xtensa/esp32s3/common/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
etctmp
|
||||
etctmp.c
|
Loading…
Reference in a new issue