summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-01-25 16:08:44 +0100
committermh <mh@immerda.ch>2014-01-25 16:08:44 +0100
commit2f43fe5b01cc6a9f240f705d52a60e78db17cd7e (patch)
tree70c3c14123de09481314fbf78b8b5e7ff034ed61
parent95e838291d238ae1489287669fec21ddb0d7df1b (diff)
don't commit the lockfile we like to test against latest
-rw-r--r--.gitignore2
-rw-r--r--Puppetfile.lock18
2 files changed, 1 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore
index 9ef9ca4..c6cdc29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-Gemfile.lock
spec/fixtures/
vendor/
.tmp/*
.librarian/*
+*.lock
diff --git a/Puppetfile.lock b/Puppetfile.lock
deleted file mode 100644
index 2c74da4..0000000
--- a/Puppetfile.lock
+++ /dev/null
@@ -1,18 +0,0 @@
-FORGE
- remote: http://forge.puppetlabs.com
- specs:
- puppetlabs/concat (1.0.0-rc1)
- puppetlabs/stdlib (4.1.0)
-
-GIT
- remote: git://github.com/duritong/puppet-openbsd.git
- ref: master
- sha: a6cce1fe5262b59538835d3b9166cc754b8e550d
- specs:
- openbsd (0.0.1)
-
-DEPENDENCIES
- openbsd (>= 0)
- puppetlabs/concat (>= 0)
- puppetlabs/stdlib (>= 0.1.6)
-