summaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorSamantha McVey <samantham@posteo.net>2016-11-10 00:38:13 -0800
committerSamantha McVey <samantham@posteo.net>2016-11-10 00:38:13 -0800
commit932804c08c62ea226f838b937d0af5d3d64dd567 (patch)
treef1fc74f64274a6172291b3989c3b2a0b87228e19 /.gitattributes
parentf53e89f7cb318b89c6b05ffd7e1c7471f817a3b1 (diff)
Add some gitattributes so GitHub categorizes languages of this project (not complete yet)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
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