vagrant/.gitignore

46 lines
729 B
Plaintext
Raw Normal View History

2011-07-22 22:58:31 -07:00
# OS-specific
.DS_Store
2011-07-22 22:58:31 -07:00
# Vagrant stuff
acceptance_config.yml
boxes/*
test/buildbot/config.cfg
test/buildbot/env
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
2011-11-19 21:30:51 -08:00
test/buildbot/master/osx-*/
test/buildbot/master/linux-*/
test/buildbot/master/win-*/
test/buildbot/slave/twistd.hostname
test/buildbot/slave/twistd.log
test/buildbot/slave/twistd.pid
2011-11-19 21:30:51 -08:00
test/buildbot/slave/osx-*/
test/buildbot/slave/linux-*/
test/buildbot/slave/win-*/
2010-02-09 23:10:16 -08:00
Vagrantfile
.vagrant
2011-07-22 22:58:31 -07:00
# Bundler/Rubygems
2010-02-08 22:00:13 -08:00
.bundle
2011-07-22 22:58:31 -07:00
pkg/*
tags
Gemfile.lock
test/tmp/
# Documentation
_site/*
.yardoc/
2010-12-13 18:14:52 -08:00
doc/
2011-07-22 22:58:31 -07:00
# Python
*.pyc
2011-08-28 14:13:54 -07:00
# Rubinius
*.rbc
2011-07-22 22:58:31 -07:00
# IDE junk
.idea/*
*.iml