diff options
author | Samantha McVey <samantham@posteo.net> | 2016-11-10 00:38:13 -0800 |
---|---|---|
committer | Samantha McVey <samantham@posteo.net> | 2016-11-10 00:38:13 -0800 |
commit | 932804c08c62ea226f838b937d0af5d3d64dd567 (patch) | |
tree | f1fc74f64274a6172291b3989c3b2a0b87228e19 | |
parent | f53e89f7cb318b89c6b05ffd7e1c7471f817a3b1 (diff) |
Add some gitattributes so GitHub categorizes languages of this project (not complete yet)
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..71715700 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +bf.html.markdown linguist-language=Brainfuck +bf-*.html.markdown linguist-language=Brainfuck +c-*.html.markdown linguist-language=C +c.html.markdown linguist-language=C +ruby*.html.markdown linguist-language=Ruby |