make everything 80 columns or less
[3501/2015-FRC-Spark] / .gitignore
CommitLineData
5203d5b4 1# -*- mode: gitignore; -*-
2*~
3\#*\#
4.\#*
b5f932ec
KZ
5*.pydevproject
6.metadata
7.gradle
8bin/
9tmp/
10*.tmp
11*.bak
12*.swp
13*~.nib
14local.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