The CI works by pulling down tarballs of Vagrant, and the gemspecs depending on `git ls-files` were making it not work.
32 lines
259 B
Plaintext
32 lines
259 B
Plaintext
# OS-specific
|
|
.DS_Store
|
|
|
|
# Vagrant stuff
|
|
acceptance_config.yml
|
|
boxes/*
|
|
Vagrantfile
|
|
.vagrant
|
|
|
|
# Bundler/Rubygems
|
|
*.gem
|
|
.bundle
|
|
pkg/*
|
|
tags
|
|
Gemfile.lock
|
|
test/tmp/
|
|
|
|
# Documentation
|
|
_site/*
|
|
.yardoc/
|
|
doc/
|
|
|
|
# Python
|
|
*.pyc
|
|
|
|
# Rubinius
|
|
*.rbc
|
|
|
|
# IDE junk
|
|
.idea/*
|
|
*.iml
|