Eclipse.gitignore 713 字节
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
.recommenders
13

14 15 16 17 18 19
# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

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

# CDT-specific (C/C++ Development Tooling)
24
.cproject
25

J
John Vandenberg 已提交
26
# CDT- autotools
R
Rafi Wiener 已提交
27 28
.autotools

29 30 31
# Java annotation processor (APT)
.factorypath

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

L
leandrodeleite 已提交
35
# sbteclipse plugin
36 37
.target

38 39 40
# Tern plugin
.tern-project

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

# STS (Spring Tool Suite)
.springBeans
46 47 48

# Code Recommenders
.recommenders/
S
sherzod 已提交
49 50 51

# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
52 53
.scala_dependencies
.worksheet