From d2347aea2fcbb8a9b364de315e5ab8289d8903ae Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Thu, 11 Jul 2024 21:14:40 +0800 Subject: [PATCH] boards/esp32[c3|c6|h2|s2|s3]: Ignore etctmp in common board Signed-off-by: Huang Qi --- boards/risc-v/esp32c3/common/.gitignore | 2 ++ boards/risc-v/esp32c6/common/.gitignore | 2 ++ boards/risc-v/esp32h2/common/.gitignore | 2 ++ boards/xtensa/esp32/common/.gitignore | 2 ++ boards/xtensa/esp32s2/common/.gitignore | 2 ++ boards/xtensa/esp32s3/common/.gitignore | 2 ++ 6 files changed, 12 insertions(+) create mode 100644 boards/risc-v/esp32c3/common/.gitignore create mode 100644 boards/risc-v/esp32c6/common/.gitignore create mode 100644 boards/risc-v/esp32h2/common/.gitignore create mode 100644 boards/xtensa/esp32/common/.gitignore create mode 100644 boards/xtensa/esp32s2/common/.gitignore create mode 100644 boards/xtensa/esp32s3/common/.gitignore diff --git a/boards/risc-v/esp32c3/common/.gitignore b/boards/risc-v/esp32c3/common/.gitignore new file mode 100644 index 00000000000..cc92d189b53 --- /dev/null +++ b/boards/risc-v/esp32c3/common/.gitignore @@ -0,0 +1,2 @@ +etctmp +etctmp.c diff --git a/boards/risc-v/esp32c6/common/.gitignore b/boards/risc-v/esp32c6/common/.gitignore new file mode 100644 index 00000000000..cc92d189b53 --- /dev/null +++ b/boards/risc-v/esp32c6/common/.gitignore @@ -0,0 +1,2 @@ +etctmp +etctmp.c diff --git a/boards/risc-v/esp32h2/common/.gitignore b/boards/risc-v/esp32h2/common/.gitignore new file mode 100644 index 00000000000..cc92d189b53 --- /dev/null +++ b/boards/risc-v/esp32h2/common/.gitignore @@ -0,0 +1,2 @@ +etctmp +etctmp.c diff --git a/boards/xtensa/esp32/common/.gitignore b/boards/xtensa/esp32/common/.gitignore new file mode 100644 index 00000000000..cc92d189b53 --- /dev/null +++ b/boards/xtensa/esp32/common/.gitignore @@ -0,0 +1,2 @@ +etctmp +etctmp.c diff --git a/boards/xtensa/esp32s2/common/.gitignore b/boards/xtensa/esp32s2/common/.gitignore new file mode 100644 index 00000000000..cc92d189b53 --- /dev/null +++ b/boards/xtensa/esp32s2/common/.gitignore @@ -0,0 +1,2 @@ +etctmp +etctmp.c diff --git a/boards/xtensa/esp32s3/common/.gitignore b/boards/xtensa/esp32s3/common/.gitignore new file mode 100644 index 00000000000..cc92d189b53 --- /dev/null +++ b/boards/xtensa/esp32s3/common/.gitignore @@ -0,0 +1,2 @@ +etctmp +etctmp.c