aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4333a9a25b3741a4ab42243d1d423536ec79e9c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# sbt specific
target/

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

# Ensime
.ensime
.ensime_cache

# Native
lib_native/

# Temporary files
*~