46 lines
733 B
Plaintext
46 lines
733 B
Plaintext
# OS-specific
|
|
.DS_Store
|
|
|
|
# Vagrant stuff
|
|
acceptance_config.yml
|
|
package.box
|
|
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
|
|
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
|
|
test/buildbot/slave/osx-*/
|
|
test/buildbot/slave/linux-*/
|
|
test/buildbot/slave/win-*/
|
|
Vagrantfile
|
|
.vagrant
|
|
|
|
# Bundler/Rubygems
|
|
.bundle
|
|
pkg/*
|
|
tags
|
|
Gemfile.lock
|
|
test/tmp/
|
|
|
|
# Documentation
|
|
_site/*
|
|
.yardoc/
|
|
doc/
|
|
|
|
# Python
|
|
*.pyc
|
|
|
|
# Rubinius
|
|
*.rbc
|
|
|
|
# IDE junk
|
|
.idea/*
|
|
*.iml |