Eclipse.gitignore 410 字节
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
# PDT-specific
30
.buildpath
31

L
leandrodeleite 已提交
32
# sbteclipse plugin
33 34
.target

35
# TeXlipse plugin
36
.texlipse