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