summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Schmitt <david.schmitt@puppetlabs.com>2015-06-01 12:21:59 +0100
committerDavid Schmitt <david.schmitt@puppetlabs.com>2015-06-01 12:21:59 +0100
commit1fcce9082fd918100d7d6eaa5dc5c90cebb39bc9 (patch)
treef295b12e1385d626925a89baa6d720d66a429ef0 /.gitignore
parentad7d12e460599995b5b53b9d05881a9a547425d0 (diff)
root all the gitignore patterns to avoid unintentional matches
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index b5db85e..c64330e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,9 @@
-pkg/
-Gemfile.lock
-vendor/
-spec/fixtures/
-.vagrant/
-.bundle/
-coverage/
-.idea/
+/pkg/
+/Gemfile.lock
+/vendor/
+/spec/fixtures/
+/.vagrant/
+/.bundle/
+/coverage/
+/.idea/
*.iml