Clean
[esp.git] / .gitignore
... / ...
CommitLineData
1.metadata
2bin/
3tmp/
4*.tmp
5*.bak
6*.swp
7*~.nib
8local.properties
9.settings/
10.loadpath
11.recommenders
12
13# Eclipse Core
14.project
15
16# External tool builders
17.externalToolBuilders/
18
19# Locally stored "Eclipse launch configurations"
20*.launch
21
22# PyDev specific (Python IDE for Eclipse)
23*.pydevproject
24
25# CDT-specific (C/C++ Development Tooling)
26.cproject
27
28# JDT-specific (Eclipse Java Development Tools)
29.classpath
30
31# Java annotation processor (APT)
32.factorypath
33
34# PDT-specific (PHP Development Tools)
35.buildpath
36
37# sbteclipse plugin
38.target
39
40# Tern plugin
41.tern-project
42
43# TeXlipse plugin
44.texlipse
45
46# STS (Spring Tool Suite)
47.springBeans
48
49# Code Recommenders
50.recommenders/