# File lib/git/lib.rb, line 308
    def ignored_files
      command_lines('ls-files', ['--others', '-i', '--exclude-standard'])
    end