summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index cf4e9c6..95f271b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,12 +2,13 @@
pkg/
Gemfile.lock
vendor/
-spec/fixtures/manifests/site.pp
-spec/fixtures/modules/*
+spec/fixtures/
.vagrant/
.bundle/
coverage/
log/
.idea/
*.iml
-tmp/
+!spec/fixtures/
+spec/fixtures/manifests/site.pp
+spec/fixtures/modules/*