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