Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add scala jvm crash files | Nader Hajlaoui | 2021-04-21 | 1 | -0/+3 |
| | |||||
* | [Scala] remove external tools excludes. | sherzod | 2017-02-17 | 1 | -21/+0 |
| | | | | | Remove excludes for SBT, Eclipse and ENSIME. They'll be added to appropriate Global/ gitignore files. | ||||
* | Merge pull request #1996 from tonylotts/master | Brendan Forster | 2017-02-02 | 1 | -0/+2 |
|\ | | | | | Ignore ensime files | ||||
| * | Ignore ensime files | Tony Lotts | 2016-05-25 | 1 | -0/+2 |
| | | | | | | See https://github.com/ensime | ||||
* | | Scala: Ignore ENSIME files | Leandro Doctors | 2016-07-21 | 1 | -0/+4 |
|/ | |||||
* | Ignore .history files | leandrodeleite | 2014-10-19 | 1 | -1/+1 |
| | |||||
* | Ignore .cache files | leandrodeleite | 2014-10-16 | 1 | -1/+1 |
| | | | | | Added to match .cache files generated by sbt. Current .cache/ pattern matches only directories. | ||||
* | Ignore worksheet directory | Oliver Schrenk | 2013-11-20 | 1 | -0/+1 |
| | | | 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. | ||||
* | Update Scala.gitignore | Tamir Duberstein | 2013-11-04 | 1 | -0/+2 |
| | | | sbt now creates .cache and .history | ||||
* | add `.lib/` to list of Scala ignores | Dr. Normen Mùˆller | 2013-11-01 | 1 | -0/+1 |
| | | | | This directory is motivated by the `sbt.g8` template. | ||||
* | ensure single trailing newline | Ivan Zuzak | 2013-10-06 | 1 | -1/+1 |
| | |||||
* | Add ".scala_dependencies" file generated by Scala-IDE | Lucas | 2011-06-11 | 1 | -0/+3 |
| | | | This is a transient file generated by the Scala-IDE Eclipse plugin, which is regenerated on a clean build, and should not be checked into VCS. | ||||
* | Added scala gitignore | Kriss Kowalik | 2010-11-09 | 1 | -0/+10 |