Eclipse.gitignore 490 字节
Newer Older
1
*.pydevproject
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

22 23
# CDT-specific
.cproject
24

25 26 27
# JDT-specific (Eclipse Java Development Tools)
.classpath

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

31
# PDT-specific
32
.buildpath
33

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

37
# TeXlipse plugin
38
.texlipse
I
István Földházi 已提交
39 40 41

# STS (Spring Tool Suite)
.springBeans