root all the gitignore patterns to avoid unintentional matches

This commit is contained in:
David Schmitt 2015-06-01 12:21:59 +01:00
parent ad7d12e460
commit 1fcce9082f

16
.gitignore vendored
View file

@ -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