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:39:19 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-30 21:39:19 -0700
commit90b374622cd7b6b0ed4cccbb96861d8f351a9adf (patch)
treee71b3077c76356257e9087ce2a28166aa7fdc38c /.gitattributes
parentde8ec47d608805dd2be6c6ba0a30eb45912e1cf3 (diff)
downloadmu-90b374622cd7b6b0ed4cccbb96861d8f351a9adf.tar.gz
6690
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 933180a2..43b82e97 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,6 +5,7 @@ archive/** linguist-generated=true
 prototypes/** 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
+# just so it seems less like a purely C++ project
+# unfortunately Linguist won't accept a spec for my toy languages
 *.subx linguist-language=Assembly
 *.mu linguist-language=Forth