Eclipse.gitignore 325 字节
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 17 18 19
# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

20 21
# CDT-specific
.cproject
22 23

# PDT-specific
24
.buildpath
25

L
leandrodeleite 已提交
26
# sbteclipse plugin
27 28
.target

29
# TeXlipse plugin
30
.texlipse