mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
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
35 lines
501 B
Plaintext
35 lines
501 B
Plaintext
wpilibc/build/
|
|
hal/build/
|
|
networktables/cpp/build/
|
|
build/
|
|
networktables/OutlineViewer/nbproject/private
|
|
*~
|
|
target/
|
|
dist/
|
|
bin/
|
|
.project
|
|
.cproject
|
|
.settings/
|
|
.classpath
|
|
**/dependency-reduced-pom.xml
|
|
|
|
# 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 #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|