aboutsummaryrefslogtreecommitdiffstats
path: root/Scala.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* [Scala] remove external tools excludes.sherzod2017-02-171-21/+0
| | | | | Remove excludes for SBT, Eclipse and ENSIME. They'll be added to appropriate Global/ gitignore files.
* Merge pull request #1996 from tonylotts/masterBrendan Forster2017-02-021-0/+2
|\ | | | | Ignore ensime files
| * Ignore ensime filesTony Lotts2016-05-251-0/+2
| | | | | | See https://github.com/ensime
* | Scala: Ignore ENSIME filesLeandro Doctors2016-07-211-0/+4
|/
* Ignore .history filesleandrodeleite2014-10-191-1/+1
|
* Ignore .cache filesleandrodeleite2014-10-161-1/+1
| | | | | Added to match .cache files generated by sbt. Current .cache/ pattern matches only directories.
* Ignore worksheet directory Oliver Schrenk2013-11-201-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.gitignoreTamir Duberstein2013-11-041-0/+2
| | | sbt now creates .cache and .history
* add `.lib/` to list of Scala ignoresDr. Normen Mùˆller2013-11-011-0/+1
| | | | This directory is motivated by the `sbt.g8` template.
* ensure single trailing newlineIvan Zuzak2013-10-061-1/+1
|
* Add ".scala_dependencies" file generated by Scala-IDE Lucas2011-06-111-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 gitignoreKriss Kowalik2010-11-091-0/+10