aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 5575b910a31a6f22868cdfe9cf44ea189a1d787b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*.class
*.log

# sbt specific
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/

# Scala-IDE specific
.settings
.scala_dependencies
.project
.classpath
.cache
.history

# Native
*.o
*.so
*.jnilib