Ignore worksheet directory

Since Scala IDE V3.0 has worksheets which are like a REPL session on steroids. For the worksheet to function `*.scala` files get created in a hidden `.worksheet` directory. As these are auto-generated the directory should be ignored.
This commit is contained in:
Oliver Schrenk 2013-11-20 20:13:07 +01:00
parent f0f5e38db2
commit 4462ee9f9f
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ project/plugins/project/
# Scala-IDE specific
.scala_dependencies
.worksheet