aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChristopher Vogt <christopher.vogt@epfl.ch>2013-12-23 08:11:12 +0100
committerChristopher Vogt <christopher.vogt@epfl.ch>2013-12-24 18:22:21 +0100
commitc952071e9beb0124360b65b127ab571dd8d9f970 (patch)
tree48ce3b33000c57649f9a5189964e5ddbe9ccaf48 /.gitignore
downloadslick-codegen-example-c952071e9beb0124360b65b127ab571dd8d9f970.tar.gz
slick-codegen-example-c952071e9beb0124360b65b127ab571dd8d9f970.tar.bz2
slick-codegen-example-c952071e9beb0124360b65b127ab571dd8d9f970.zip
Initial code example2.0.0-RC1
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..110ccb5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+/.idea/
+*~
+target/
+*.log
+*.iml
+/\.target/
+/\.cache
+/\.project
+/\.classpath
+/.settings/org.scala-ide.sdt.core.prefs
+