vagrant/.gitignore

40 lines
585 B
Plaintext
Raw Normal View History

2011-07-23 05:58:31 +00:00
# OS-specific
.DS_Store
2011-07-23 05:58:31 +00:00
# Vagrant stuff
acceptance_config.yml
2011-11-04 04:38:15 +00:00
package.box
test/buildbot/config.cfg
test/buildbot/master/http.log
test/buildbot/master/master.cfg.sample
test/buildbot/master/twistd.log
test/buildbot/master/twistd.pid
test/buildbot/master/state.sqlite
test/buildbot/master/kiip-development/
test/buildbot/slave/twistd.hostname
test/buildbot/slave/twistd.log
test/buildbot/slave/twistd.pid
2010-02-10 07:10:16 +00:00
Vagrantfile
.vagrant
2011-07-23 05:58:31 +00:00
# Bundler/Rubygems
2010-02-09 06:00:13 +00:00
.bundle
2011-07-23 05:58:31 +00:00
pkg/*
tags
Gemfile.lock
test/tmp/
# Documentation
_site/*
.yardoc/
2010-12-14 02:14:52 +00:00
doc/
2011-07-23 05:58:31 +00:00
# Python
*.pyc
2011-08-28 21:13:54 +00:00
# Rubinius
*.rbc
2011-07-23 05:58:31 +00:00
# IDE junk
.idea/*
*.iml