Eclipse.gitignore 512 字节
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
.recommenders
14

15 16 17
# Eclipse Core
.project

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

# Locally stored "Eclipse launch configurations"
*.launch

24 25
# CDT-specific
.cproject
26

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

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

33
# PDT-specific
34
.buildpath
35

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

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

# STS (Spring Tool Suite)
.springBeans