about summary refs log tree commit diff stats
path: root/.gitattributes
blob: 43b82e97691836391da6710e54414934e4a866e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# hide from GitHub stats
index.html linguist-generated=true
html/** linguist-generated=true
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++ project
# unfortunately Linguist won't accept a spec for my toy languages
*.subx linguist-language=Assembly
*.mu linguist-language=Forth