From cb4ef75f704f9afeeaf71aa3557a722bb273ff50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Fri, 11 Aug 2017 11:35:57 +0200 Subject: [PATCH] Adjusting the .gitignores --- .gitignore | 1 - tests/.gitignore | 4 +++- tests/node/.gitignore | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 tests/node/.gitignore diff --git a/.gitignore b/.gitignore index 348924c1..59e6e5cb 100644 --- a/.gitignore +++ b/.gitignore @@ -118,7 +118,6 @@ tsconfig.json # Tests object-server-for-testing/ -tests/realm-object-server/ vendor/sync vendor/sync* packager_out.txt diff --git a/tests/.gitignore b/tests/.gitignore index 56b36ece..86c86b70 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,2 +1,4 @@ /sync-bundle/ -/junitresults-*.xml \ No newline at end of file + +# Ignore the JUnit/XML formatted test results in the environment specific folders +junitresults-*.xml diff --git a/tests/node/.gitignore b/tests/node/.gitignore new file mode 100644 index 00000000..5ffdc2b1 --- /dev/null +++ b/tests/node/.gitignore @@ -0,0 +1,2 @@ +# Some tests will spin up ROS +/realm-object-server