summaryrefslogtreecommitdiff
path: root/gitignore.SAMPLE
Commit message (Collapse)AuthorAgeFilesLines
* Commit .gitignore directlyJason Zaugg2013-08-301-35/+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. (cherry picked from commit b51cb581270da7021b2ea122dc059847101d56a7) ============================================== Paring back the scope of our shared .gitignore Importantly, limit the exclusion of build.properties to the file in the root directory, paving the way for the return of an SBT build. - Unignores .bak, .jar, and ~ - limit ignorance of qbin to the root directory .log files, generated by partest, are still ignored. To see ignored files in your workspace, try: git ls-files --others --ignored --exclude-standard -- test | grep log git status --ignored -- test (cherry picked from commit f0bbd2ca32acb40be37dc382c1f95081deca3f22)
* 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