Method: Git::Lib#ignored_files
- Defined in:
- lib/git/lib.rb
#ignored_files ⇒ Object
| 409 410 411 | # File 'lib/git/lib.rb', line 409 def ignored_files command_lines('ls-files', ['--others', '-i', '--exclude-standard']) end | 
| 409 410 411 | # File 'lib/git/lib.rb', line 409 def ignored_files command_lines('ls-files', ['--others', '-i', '--exclude-standard']) end |