aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 97155eb3228a24513ab184227ccc4e9f63f8dced (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
# use glob syntax.
syntax: glob

*.class
*~
*.bak
*.off
*.old
.DS_Store

# building
target

# Eclipse
.classpath
.project
.settings

# IDEA
.idea
*.iml
*.ipr
*.iws
/target