From 1d56c0a7795ef87e34bd06c93a6525f3068aa536 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 29 Aug 2016 21:13:42 -0700 Subject: move platform ci tests to tests/platform-ci --- .gitignore | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 146bd8ce..0b3cf120 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,22 @@ /tests/example-provider/.vagrant + /puppet/modules/site_custom -/Gemfile.lock -/tests/puppet/provider/hiera -/tests/puppet/provider/secrets.json -/tests/puppet/provider/files/ssh/authorized_keys -/tests/puppet/provider/files/nodes/ -/tests/puppet/provider/nodes/* -!/tests/puppet/provider/nodes/catalogtest.json -/tests/puppet/provider/tags/* -!/tests/puppet/provider/tags/catalogtest.json -/tests/puppet/provider/users/* -!/tests/puppet/provider/users/gitlab-runner -!/tests/puppet/provider/users/gitlab-runner/* -/tests/puppet/provider/test + +/tests/platform-ci/.bundle +/tests/platform-ci/vendor +/tests/platform-ci/bin +/tests/platform-ci/Gemfile.lock +/tests/platform-ci/provider/hiera +/tests/platform-ci/provider/secrets.json +/tests/platform-ci/provider/files/ssh/authorized_keys +/tests/platform-ci/provider/files/nodes/ +/tests/platform-ci/provider/nodes/* +!/tests/platform-ci/provider/nodes/catalogtest.json +/tests/platform-ci/provider/tags/* +!/tests/platform-ci/provider/tags/catalogtest.json +/tests/platform-ci/provider/users/* +!/tests/platform-ci/provider/users/gitlab-runner +!/tests/platform-ci/provider/users/gitlab-runner/* +/tests/platform-ci/provider/test + /builds -- cgit v1.2.3