Method: Git::Lib#ignored_files
- Defined in:
- lib/git/lib.rb
#ignored_files
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1024 1025 1026 |
# File 'lib/git/lib.rb', line 1024 def ignored_files command_lines('ls-files', '--others', '-i', '--exclude-standard').map { |f| unescape_quoted_path(f) } end |