Skip to content

Commit

Permalink
Fix language misidentification of test data [minor]
Browse files Browse the repository at this point in the history
Linguist was identifying test/dat/mpileup.*.[1-9] as groff (man page)
source due to their extensions, inflating the language statistics
shown on the GitHub repository.
  • Loading branch information
jmarshall committed Aug 3, 2016
1 parent 613501f commit d1039b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
.git* export-ignore
.travis* export-ignore
README.md export-ignore

# Correct language misidentifications.
test/**/*.[1-9] linguist-language=none

0 comments on commit d1039b9

Please sign in to comment.