aboutsummaryrefslogtreecommitdiffstats
path: root/Ruby.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* add /vendor/bundlepolamjag2015-02-051-0/+1
|
* Merge RubyMotion into RubyCarl Suster2014-03-071-0/+5
|
* Unslashify *.gem,*.rbc,.rvmrc .tiredpixel2013-11-111-3/+3
| | | | | arcresu pointed out that `*.gem`, `*.rbc`, `.rvmrc` might not be at the top level in a repository. Thus, remove leading slashes for these.
* Slashify Ruby files and directories.tiredpixel2013-11-111-14/+14
| | | | | | | | | Perhaps this is a little pedantic, but without the initial / all such matches within the repository get ignored, and without the trailing slash files as well as directories of that name get ignored. e.g. Specifying `tmp` and `test/tmp` without slashes is redundant, as `tmp` already ignores `test/tmp`, as well as every other `tmp` and `tmp/`.
* Tighten some ruby ignore patternsCarl Suster2013-11-101-12/+12
|
* Optionally ignore ruby env normalisation files, with commentsCarl Suster2013-11-101-2/+13
|
* Keep entries sorted to make it easier to lookup for a specific item or spot ↵Simone Carletti2011-04-081-8/+8
| | | | duplicates.
* Remove duplicate 'pkg' entry in Ruby.gitignore.Simone Carletti2011-04-081-1/+0
|
* Removing .DS_Store; specific to OS X, and redundant with Global/OSXPeat Bakke2010-11-101-1/+0
|
* Adding Emacs backup, and Vi swap ignores to Global/Chris Wanstrath2010-11-091-5/+0
|
* Masking YARD build artifacts.Pieter van de Bruggen2010-11-091-0/+5
| | | | (https://github.com/lsegal/yard)
* Removed TextMate-specific lines from Ruby.gitignoreRon DeVera2010-11-091-2/+0
| | | | Should be in Global/TextMate.gitignore
* adding Gems ignoresamrnt2010-11-081-0/+22