about summary refs log tree commit diff stats
path: root/.gitattributes
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-30 21:38:00 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-30 21:38:00 -0700
commitde8ec47d608805dd2be6c6ba0a30eb45912e1cf3 (patch)
tree69f12edc861c6df158475d1032dcc7bba4684988 /.gitattributes
parentca9455ba821c6de5cb685bc659151cbb29445a9f (diff)
downloadmu-de8ec47d608805dd2be6c6ba0a30eb45912e1cf3.tar.gz
6689 - some little white lies to GitHub
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 2ece2000..933180a2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3,4 +3,8 @@ index.html linguist-generated=true
 html/** linguist-generated=true
 archive/** linguist-generated=true
 prototypes/** linguist-generated=true
-tools/iso/kernel.soso/** linguist-generated=true
+tools/iso/kernel.soso/** linguist-vendored
+# include the bulk of the repo with an approximately-correct language
+# just so it seems less like a purely C++ language
+*.subx linguist-language=Assembly
+*.mu linguist-language=Forth