From 6724a0bd85d13ffae7c675b0e8e4e5f26da5232a Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Wed, 15 May 2024 14:04:13 -0700 Subject: [PATCH] [gitignore] add more temp files to `.gitignore` (#10243) --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index e4e4593f9..64a7b6b25 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.a +*.a.* *.bak *.flash *.gcda @@ -14,6 +15,8 @@ *.swp *.trs *.bak +*.map +*.cmake *~ .DS_Store .vagrant @@ -26,6 +29,14 @@ doc/html output /tmp/ +# OT exectuables +ot-cli-ftd +ot-cli-mtd +ot-cli-radio +ot-ncp-ftd +ot-ncp-mtd +ot-rcp + # IDE / editor files .idea/** .vscode/** @@ -39,3 +50,7 @@ __pycache__ CTestTestfile.cmake ot-test-* Testing/ + +# Misc +DartConfiguration.tcl +third_party/mbedtls/openthread-mbedtls-config.h