From f3f00ed64eb123248da56d9a5cb15431687fb99e Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 19 Feb 2018 17:11:48 +0300 Subject: [PATCH] gitignore: ignore generated files --- .gitignore | 8 ++++++++ tests/.gitignore | 3 +++ 2 files changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 7d74b8bcf..9e38e28ca 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,14 @@ exclude.txt tools/sdk/lib/liblwip_src.a tools/sdk/lwip/src/build tools/sdk/lwip/src/liblwip_src.a +tools/sdk/ld/backup *.pyc *.gch + +boards.local.txt + +*.gcov +*.gcno +*.gcda +*.o diff --git a/tests/.gitignore b/tests/.gitignore index 2a80ca891..fc8b2f954 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,2 +1,5 @@ hardware tmp +host/bin +device/test_report.html +device/test_report.xml