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