Eclipse.gitignore 738 字节
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
# Eclipse Core
.project

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

# Locally stored "Eclipse launch configurations"
*.launch

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

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

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

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

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

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

41 42 43
# Tern plugin
.tern-project

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

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

# Code Recommenders
.recommenders/
S
sherzod 已提交
52 53 54

# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main