mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
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:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user