aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: d130a9015f167b27f476ca01996c3b2cef990ddc (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
# 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