Update README for new output

This commit is contained in:
Ted Nyman
2013-12-28 19:41:06 -08:00
parent dd27ddda17
commit 7bfdd4086e

View File

@@ -46,6 +46,10 @@ These stats are also printed out by the `linguist` binary. You can try running `
$ bundle exec linguist lib/
100% Ruby
Ruby: ["linguist/blob_helper.rb", "linguist/classifier.rb", "linguist/file_blob.rb", "linguist/generated.rb",
"linguist/heuristics.rb", "linguist/language.rb", "linguist/md5.rb", "linguist/repository.rb",
"linguist/samples.rb", "linguist/tokenizer.rb", "linguist.rb"]
#### Ignore vendored files
Checking other code into your git repo is a common practice. But this often inflates your project's language stats and may even cause your project to be labeled as another language. We are able to identify some of these files and directories and exclude them.