repos / gbc

GBC - Go B Compiler
git clone https://github.com/xplshn/gbc.git

commit
619de3e
parent
6392ec2
author
xplshn
date
2025-08-13 03:11:14 +0000 UTC
update .gitattributes for pgit

Signed-off-by: xplshn <[email protected]>
1 files changed,  +2, -1
M .gitattributes
+2, -1
1@@ -1,4 +1,5 @@
2-**/*.b  linguist-language=C linguist-display-name="B" linguist-hex-color="#6b0015"
3+**/*.b  linguist-language=C linguist-display-name="B"  linguist-hex-color="#6b0015"
4+**/*.bx linguist-language=C linguist-display-name="Bx" linguist-hex-color="#550000"
5 **/*.sh linguist-language=Shell linguist-display-name="Shell"
6 pgit-blacklist="Modula-2"
7 pgit-blacklist="XML"