aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-05-21 13:41:49 +0200
committerJakob Odersky <jodersky@gmail.com>2013-05-21 13:41:49 +0200
commit507e3a235ca5e7e62e105fd46df7186e8559ac98 (patch)
tree873eeab88f81427a27d5501dc9c74084b88b223c /.gitignore
downloadakka-serial-507e3a235ca5e7e62e105fd46df7186e8559ac98.tar.gz
akka-serial-507e3a235ca5e7e62e105fd46df7186e8559ac98.tar.bz2
akka-serial-507e3a235ca5e7e62e105fd46df7186e8559ac98.zip
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..20e1c2d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
+*.class
+*.log
+
+# sbt specific
+dist/*
+target/
+lib_managed/
+src_managed/
+project/boot/
+project/plugins/project/
+
+# Scala-IDE specific
+.scala_dependencies
+.project
+.classpath
+.cache
+
+# Native
+*.o
+*.so