summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-08-29 21:13:42 -0700
committerelijah <elijah@riseup.net>2016-09-01 10:13:31 -0700
commit1d56c0a7795ef87e34bd06c93a6525f3068aa536 (patch)
tree129687fe524355f74d1a4264e3a4c313baff50f6 /.gitignore
parente6544ecc5a51ad6502a64bd08df71aa7ff75a3ee (diff)
move platform ci tests to tests/platform-ci
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore32
1 files changed, 19 insertions, 13 deletions
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