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

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

# Locally stored "Eclipse launch configurations"
*.launch

23 24
# CDT-specific
.cproject
25 26

# PDT-specific
27
.buildpath