diff options
author | varac <varacanero@zeromail.org> | 2016-10-12 13:22:29 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-10-18 21:17:13 +0200 |
commit | f9033a4bd2819a167ec08852dfb6c79891c8aea6 (patch) | |
tree | ddede03d8b160fc635666fdd3d7189042f478927 | |
parent | b039165ffd21c031980a67a840c55698a4a4803c (diff) |
Gitignore some files needed for cibuilds
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,9 +6,13 @@ /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/users /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 |