Eclipse.gitignore 651 字节
Newer Older
M
mimibar 已提交
1

2
.metadata
A
Alexander Karatarakis 已提交
3 4
bin/
tmp/
5 6 7 8 9
*.tmp
*.bak
*.swp
*~.nib
local.properties
10
.settings/
D
duritong 已提交
11
.loadpath
12

13 14 15
# Eclipse Core
.project

16 17 18 19 20 21
# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

M
mimibar 已提交
22 23 24 25
# PyDev specific (Python IDE for Eclipse)
*.pydevproject

# CDT-specific (C/C++ Development Tooling)
26
.cproject
27

28 29 30
# JDT-specific (Eclipse Java Development Tools)
.classpath

31 32 33
# Java annotation processor (APT)
.factorypath

M
mimibar 已提交
34
# PDT-specific (PHP Development Tools)
35
.buildpath
36

L
leandrodeleite 已提交
37
# sbteclipse plugin
38 39
.target

40 41 42
# Tern plugin
.tern-project

43
# TeXlipse plugin
44
.texlipse
I
István Földházi 已提交
45 46 47

# STS (Spring Tool Suite)
.springBeans
48 49 50

# Code Recommenders
.recommenders/