Move binaries and text files from samples folder to fixtures

This commit is contained in:
Paul Chaignon
2014-12-04 23:48:05 -05:00
parent 77444284e3
commit 93186947c2
34 changed files with 240 additions and 946 deletions

View File

@@ -34,10 +34,6 @@ module Linguist
Dir.entries(ROOT).sort!.each do |category|
next if category == '.' || category == '..'
# Skip text and binary for now
# Possibly reconsider this later
next if category == 'Text' || category == 'Binary'
dirname = File.join(ROOT, category)
Dir.entries(dirname).each do |filename|
next if filename == '.' || filename == '..'