mirror of
https://github.com/puppetlabs/beaker-vmpooler.git
synced 2026-01-26 02:58:42 -05:00
Initial commit
This commit is contained in:
commit
d1f0a7b7ea
15 changed files with 1518 additions and 0 deletions
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
*.swp
|
||||
log/*
|
||||
!.gitignore
|
||||
junit
|
||||
acceptance-tests
|
||||
pkg
|
||||
Gemfile.lock
|
||||
options.rb
|
||||
test.cfg
|
||||
.yardoc
|
||||
coverage
|
||||
.bundle
|
||||
.vendor
|
||||
_vendor
|
||||
tmp/
|
||||
doc
|
||||
# JetBrains IDEA
|
||||
*.iml
|
||||
.idea/
|
||||
# rbenv file
|
||||
.ruby-version
|
||||
.ruby-gemset
|
||||
# Vagrant folder
|
||||
.vagrant/
|
||||
.vagrant_files/
|
||||
Loading…
Add table
Add a link
Reference in a new issue