aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* .gitattributes: fix GitHub language graphKarol Kosek2021-04-161-0/+3
This excludes third-party libraries from GitHub language detection, so the project will be correctly labeled -- as C++ instead of C. This also adds man-page generation scripts to the graph, since GitHub automatically marks the doc/ folder as documentation, making them not visible in the graph. https://github.com/github/linguist/blob/master/docs/overrides.md [skip ci]