Adjusting the .gitignores

This commit is contained in:
Kræn Hansen 2017-08-11 11:35:57 +02:00
parent 4b82d93c68
commit cb4ef75f70
3 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@ -118,7 +118,6 @@ tsconfig.json
# Tests
object-server-for-testing/
tests/realm-object-server/
vendor/sync
vendor/sync*
packager_out.txt

4
tests/.gitignore vendored
View File

@ -1,2 +1,4 @@
/sync-bundle/
/junitresults-*.xml
# Ignore the JUnit/XML formatted test results in the environment specific folders
junitresults-*.xml

2
tests/node/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# Some tests will spin up ROS
/realm-object-server