repos / gbc

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

commit
55359b4
parent
5809671
author
xplshn
date
2025-08-25 03:29:35 +0000 UTC
update .gitignore

Signed-off-by: xplshn <[email protected]>
1 files changed,  +4, -4
M .gitignore
+4, -4
 1@@ -2,13 +2,13 @@
 2 *.o
 3 output.*
 4 lib/qbe/obj
 5-cbc
 6-gbc
 7-libb
 8+./cbc
 9+./gbc
10 examples/libb
11 examples/.build
12 tests/libb
13 tests/.build
14 .build
15 output_*
16-cmd/gtest/gtest
17+./cmd/gtest/gtest
18+./cmd/gbc/gbc