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

15 16 17 18 19 20
# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

21 22
# CDT-specific
.cproject
23 24

# PDT-specific
25
.buildpath
26 27

# TeXlipse plugin
28
.texlipse