diff options
author | varac <varacanero@zeromail.org> | 2016-11-03 00:34:17 +0100 |
---|---|---|
committer | Louis-Philippe VĂ©ronneau <pollito@riseup.net> | 2017-01-21 14:54:03 -0500 |
commit | 60e334d9d7976513fa3bb7ea8406e7aabf5860f5 (patch) | |
tree | 85159b21534a2c44a90349bdade0495bb201f435 /.gitignore | |
parent | d571464df8ecb34f26b953197353989a0176029c (diff) |
Ignore spec/fixtures
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,10 +1,7 @@ /pkg/ /Gemfile.lock /vendor/ -/spec/fixtures/manifests/* -/spec/fixtures/modules/* -!/spec/fixtures/modules/apt -!/spec/fixtures/modules/apt/* +/spec/fixtures /log /.vagrant/ /.bundle/ |