diff options
author | David Schmitt <david.schmitt@puppetlabs.com> | 2015-06-01 12:21:59 +0100 |
---|---|---|
committer | David Schmitt <david.schmitt@puppetlabs.com> | 2015-06-01 12:21:59 +0100 |
commit | 1fcce9082fd918100d7d6eaa5dc5c90cebb39bc9 (patch) | |
tree | f295b12e1385d626925a89baa6d720d66a429ef0 /.gitignore | |
parent | ad7d12e460599995b5b53b9d05881a9a547425d0 (diff) |
root all the gitignore patterns to avoid unintentional matches
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 |