From ccf4416c70f9fb5c0d870a9662e7583cd585e544 Mon Sep 17 00:00:00 2001 From: Olli-Pekka Puolitaival Date: Mon, 20 Aug 2018 10:04:50 +0300 Subject: [PATCH] Move test_suite.json ignore in project level --- .gitignore | 3 +++ tools/test/run_icetea/.gitignore | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 tools/test/run_icetea/.gitignore diff --git a/.gitignore b/.gitignore index 9d4ca57a6c..a00b0a4f13 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,6 @@ features/FEATURE_BLE/targets/TARGET_CORDIO/stack_backup/ .pytest_cache log + +# Icetea related file +test_suite.json diff --git a/tools/test/run_icetea/.gitignore b/tools/test/run_icetea/.gitignore deleted file mode 100644 index 7dfa3a841f..0000000000 --- a/tools/test/run_icetea/.gitignore +++ /dev/null @@ -1 +0,0 @@ -test_suite.json \ No newline at end of file