diff options
author | varac <varacanero@zeromail.org> | 2014-09-08 21:45:52 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-09-08 21:45:52 +0200 |
commit | 01ff43dc112835a9cd11d52a521759ff13fef3c2 (patch) | |
tree | 700865011e03f8b40c01d05190865b6a44f4e8cb /.gitignore | |
parent | b3a0b9ec4502d477839f0f71711938f666867d99 (diff) |
added .gitignore from https://github.com/jedi4ever/veewee
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..626c1dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +.DS_Store +.bundle +Gemfile.lock +gems/* +iso/* +iso +*.ova +tmp/* +Vagrantfile +Vagrantfile.* +!lib/veewee/templates/Vagrantfile.erb +!lib/veewee/provider/kvm/templates/Vagrantfile +cookbooks/* +manifests/* +boxes/* +pkg/* +*.box +.vagrant +virtualfloppy.vfd +*.swp +AutoPartition.app +.ruby-version +.rbenv-gemsets +.project +.ruby-version |