aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: c70a1f0a37a48627a3dc837297d3c103a76959f2 (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
31
32
33
34
35
36
37
# Eclipse
.classpath
.project
.settings
eclipsebin

# Ant
bin/
gen/
build/
out/
lib/

# Maven
target
pom.xml.*
release.properties

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

# Other editors
*.orig
*.swp
*~
\#*\#

# Mac
.DS_Store

tmp
local.properties
pages