Eclipse.gitignore 498 字节
Newer Older
1
*.pydevproject
2
.metadata
H
Harshad Sabne 已提交
3
.gradle
A
Alexander Karatarakis 已提交
4 5
bin/
tmp/
6 7 8 9 10
*.tmp
*.bak
*.swp
*~.nib
local.properties
11
.settings/
D
duritong 已提交
12
.loadpath
13

14 15 16
# Eclipse Core
.project

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

# Locally stored "Eclipse launch configurations"
*.launch

23 24
# CDT-specific
.cproject
25

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

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

32
# PDT-specific
33
.buildpath
34

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

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

# STS (Spring Tool Suite)
.springBeans