aboutsummaryrefslogblamecommitdiff
path: root/.gitignore
blob: 15ac8da91c6987889053f35b25107070a49f494e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                        
         



                   
        



        
        


                 
*.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

# Temporary files
*~