We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfabf6 commit 9a08fcbCopy full SHA for 9a08fcb
.gitattributes
@@ -33,3 +33,16 @@ pcre/testdata/greppatN4 -text
33
*.ic diff=cpp
34
*.cpp diff=cpp
35
*.java diff=cpp
36
+
37
+# Github lists too many languages
38
+# curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/MariaDB/server/languages
39
+# Their detection is based on https://github.com/github/linguist#overrides so we use some overrides
40
+zlib/* linguist-vendored
41
+tests/*.tst linguist-language=SQL
42
+tests/*.res linguist-language=SQL
43
+storage/innobase/include/univ.i linguist-language=C
44
+*.inc linguist-language=MariaDB\ Test
45
+*.test linguist-language=MariaDB\ Test
46
+*.result linguist-language=MariaDB\ Test
47
+*.frm linguist-language=MariaDB\ Table
48
+*.h.pp linguist-language=C
0 commit comments