Adds a Vagrant configuration file and setup script

Vagrant allows developers to install Vagrant and their choice of virtual box in which to develop.
This provides a consistent environment where anyone can devlop WPIlib without having to go through a lengthy setup process.

Change-Id: Iced863d307f0e6a761441f17c3de377594197c38
This commit is contained in:
Jonathan Leitschuh
2014-08-15 09:59:26 -04:00
parent 777dc2113d
commit 9dfd6bde9d
3 changed files with 192 additions and 1 deletions

11
.gitignore vendored
View File

@@ -13,7 +13,16 @@ bin/
.classpath
**/dependency-reduced-pom.xml
#Java File extentions
# Vagrant generated file
.vagrant/
# Mac generated file
*.DS_Store
# Added by the users of vagrant
jdk-7u45-linux-arm-vfp-sflt.gz
# Java File extentions
*.class
# Package Files #