about summary refs log blame commit diff stats
path: root/.gitattributes
blob: 43b82e97691836391da6710e54414934e4a866e1 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                  
                                  
                                     

                                                                     

                                                                 

                                 
# 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
5 26 27 28 29 30 31 32 33 34 35 36 37 38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71