aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: bb8fb18f006a9e363ea3e160c36d12c48a5411e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Eclipse
.classpath
.project
.settings
eclipsebin

# Ant
bin
gen
build
out
lib

# Maven
target
pom.xml.*
release.properties

# IntelliJ
.idea
*.iml
*.iws
*.ipr
classes

# Mac
.DS_Store

tmp
local.properties