diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2017-03-12 01:05:20 +0000 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2017-03-12 01:05:20 +0000 |
commit | aef3aa07b85cb3e9340cb2d95571aebf6f2638ab (patch) | |
tree | 5de18609abf7e1b71e1b6b0dee3490280998c05f /.gitignore | |
parent | 8437e3fc441ba5e38c57c571ba477237a72ea66d (diff) | |
download | bindfs-aef3aa07b85cb3e9340cb2d95571aebf6f2638ab.tar.gz |
Added Vagrant test runner, initially running some Ubuntus and CentOSes.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -45,3 +45,8 @@ tests/internals/test_rate_limiter tests/internals/*.log tests/internals/*.trs +# Vagrant + +vagrant/*/*.log +vagrant/*/.vagrant + |