# File lib/git/status.rb, line 26
    def untracked
      @files.select { |k, f| f.untracked }
    end