Add some linguist-detectable attributes (#3806)

This allows to test a use-case where markdown should be reported
in the language stats (e.g because the main purpose of the repo is to
hold prose in markdown format) while HTML should be excluded from the
language stats (e.g because it's example output).
This commit is contained in:
Seppe Stas
2017-09-19 19:02:06 +02:00
committed by Colin Seymour
parent d4c8fb8a28
commit 8f86998866

2
.gitattributes vendored
View File

@@ -5,3 +5,5 @@ Rakefile linguist-generated
test/fixtures/* linguist-vendored=false test/fixtures/* linguist-vendored=false
README.md linguist-documentation=false README.md linguist-documentation=false
samples/Arduino/* linguist-documentation samples/Arduino/* linguist-documentation
samples/Markdown/*.md linguist-detectable=true
samples/HTML/*.html linguist-detectable=false