summaryrefslogtreecommitdiff
path: root/gitignore.SAMPLE
Commit message (Collapse)AuthorAgeFilesLines
* Commit .gitignore directlyJason Zaugg2013-07-171-28/+0
| | | | | | | | | | | | Rather than relying on the cloner to copy the provided gitignore.SAMPLE files. This finishes the job started in c48509598, mostly by reverting that commit and moving the two existing SAMPLE files to the final destinations. Use `.git/info/exclude` to augment the list of patterns with entries specific to your workflow.
* Removed sbt build.Paul Phillips2013-06-131-7/+0
| | | | | | | | | | | | | Difficult though it may be to accept, it must go. We couldn't keep it working with active maintenance; after eight months of neglect there is no chance. Nobody is working on it or using it. The code will remain in the history if anyone wants it. One of the most annoying experiences one can have when building a new project is finding out one has been fiddling with an abandoned build system which isn't even expected to work. Sometimes I check out a scala project and there is a build.xml, a pom.xml, and a project directory. We should not be among those who sow such build confusion.
* Space/Tab cleanup script - run before committingVlad Ureche2012-03-161-0/+5
| | | | | Running this script will transform tabs into a pair of spaces and will eliminate trailing spaces. Use at your own risk!
* updated gitignore.SAMPLE, moved removed . from .project.SAMPLE to be in line ↵Lukas Rytz2012-01-031-8/+15
| | | | with the other files.
* Deleted the sbt 0.7 project.Paul Phillips2011-12-081-2/+0
| | | | | Pretty sure nobody's using this? Let's make some space for our upcoming friend the 0.11 project.
* rename .classpath to classpath.SAMPLE and inclu...Lukas Rytz2011-01-261-0/+2
| | | | | | rename .classpath to classpath.SAMPLE and include .classpath in the gitignore.SAMPLE. no review.
* adding gitignore sample files.Lukas Rytz2010-10-181-0/+23