From c295a4f670c6a110c52d3a8b8ff17381674f4c3f Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Mon, 23 Mar 2020 12:33:12 +0100 Subject: [PATCH] ut: Add .gitignore Signed-off-by: Robert Baldyga --- tests/unit/framework/.gitignore | 1 + tests/unit/tests/.gitignore | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 tests/unit/framework/.gitignore create mode 100644 tests/unit/tests/.gitignore diff --git a/tests/unit/framework/.gitignore b/tests/unit/framework/.gitignore new file mode 100644 index 0000000..c18dd8d --- /dev/null +++ b/tests/unit/framework/.gitignore @@ -0,0 +1 @@ +__pycache__/ diff --git a/tests/unit/tests/.gitignore b/tests/unit/tests/.gitignore new file mode 100644 index 0000000..fce0daf --- /dev/null +++ b/tests/unit/tests/.gitignore @@ -0,0 +1,6 @@ +build/ +ocf_env/ +logs/ +preprocessed_sources_repository/ +sources_to_test_repository/ +*generated_wraps.c