aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add `out/` folder correctly to gitignore.Dmitry Petrashko2015-10-311-0/+5
|
* More robust partest/test switching for concurrent sbt instancesvsalvis2015-05-121-0/+1
|
* Update .gitignoreMartin Odersky2015-04-251-0/+1
| | | | Add test-classes to .gitignore. (The change is produced persistently by my Eclipse IDE).
* trigger travis, update .gitignorevsalvis2015-04-201-1/+0
|
* Partest for Dotty with pos tests and neg tests with error countvsalvis2015-04-171-0/+5
|
* Changed .gitignore to ignore /classes instead of /bin.Martin Odersky2014-05-201-1/+1
| | | | | | | bin as output directory clashes with bin/dotc. Btw I have no idea why I cannot ignore .gitignore. I have .gitignore in my .gitignore_global and have configured git to respect that, but no cigar.
* More testsMartin Odersky2014-03-211-0/+1
| | | | which all pass.
* Better tracking of implicit searchMartin Odersky2014-01-291-0/+1
| | | | We now track eligible calls and the number of refs tested in an eligible call.
* Build infrastructureVlad Ureche2014-01-231-0/+24