aboutsummaryrefslogblamecommitdiff
path: root/.gitignore
blob: 1d13dccca9b54502ba3d5ed3a9ced6f438e2021e (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
*.dylib

# Temporary files
*~