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