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