diff options
author | Micah Anderson <micah@riseup.net> | 2016-11-04 10:54:28 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2016-11-04 10:54:28 -0400 |
commit | 34a381efa8f6295080c843f86bfa07d4e41056af (patch) | |
tree | 9282cf5d4c876688602705a7fa0002bc4a810bde /.gitignore | |
parent | 0a72bc6fd292bf9367b314fcb0347c4d35042f16 (diff) | |
parent | 5821964ff7e16ca7aa9141bd09a77d355db492a9 (diff) |
Merge branch 'develop'
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -1,2 +1,26 @@ -/.vagrant +/tests/example-provider/.vagrant + /puppet/modules/site_custom + +/tests/platform-ci/.bundle +/tests/platform-ci/vendor +/tests/platform-ci/bin +/tests/platform-ci/Gemfile.lock +/tests/platform-ci/provider/cloud.json +/tests/platform-ci/provider/facts.json +/tests/platform-ci/provider/hiera +/tests/platform-ci/provider/secrets.json +/tests/platform-ci/provider/files/ssh/authorized_keys +/tests/platform-ci/provider/files/ssh/known_hosts +/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/users/gitlab-runner/gitlab-runner_ssh.pub +/tests/platform-ci/provider/test + +/builds |