vagrant-lxc-ng/.gitignore
Virgil Dupras fe7d638b35 Remove Gemfile.lock and properly lock stuff in Gemfile
No other vagrant plugin use `Gemfile.lock`. It doesn't feel right.

When removing it, however, we end up with many dependencies conflicts.
It then becomes necessary to freeze dependencies in `Gemfile`.
2018-01-13 08:32:27 -05:00

32 lines
293 B
Plaintext

*.gem
*.rbc
.bundle
.config
coverage
InstalledFiles
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
# YARD artifacts
.yardoc
_yardoc
doc/
/tags
/gems.tags
/Gemfile.lock
.vagrant
/cache
/boxes/**/*.tar.gz
/boxes/**/partial/
/boxes/**/rootfs/
/boxes/temp/
/boxes/output/