add command to robot.java to actually run the LimitSwitchTest
[3501/2015-FRC-Spark] / .gitignore
1 # -*- mode: gitignore; -*-
2 *~
3 \#*\#
4 .\#*
5 *.pydevproject
6 .metadata
7 .gradle
8 bin/
9 tmp/
10 *.tmp
11 *.bak
12 *.swp
13 *~.nib
14 local.properties
15 .settings/
16 .loadpath
17
18 # Eclipse Core
19 .project
20
21 # External tool builders
22 .externalToolBuilders/
23
24 # Locally stored "Eclipse launch configurations"
25 *.launch
26
27 # CDT-specific
28 .cproject
29
30 # JDT-specific (Eclipse Java Development Tools)
31 .classpath
32
33 # Java annotation processor (APT)
34 .factorypath
35
36 # PDT-specific
37 .buildpath
38
39 # sbteclipse plugin
40 .target
41
42 # TeXlipse plugin
43 .texlipse
44
45 # STS (Spring Tool Suite)
46 .springBeans