From f90babce5096cf1e6eb61b22b70c08a69c39a581 Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Mon, 9 Feb 2026 12:59:16 +0000 Subject: Ignore .bl --- .gitignore | 1 + test.bl | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 18abb94..5cf0657 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build/ *~ aclocal.m4 +*.bl diff --git a/test.bl b/test.bl index 5f28b41..41bf57d 100644 --- a/test.bl +++ b/test.bl @@ -1,6 +1,5 @@ int a = 5; + int b = 6; int c = a * b; - -int num = 2 + 2 * 2; -- cgit v1.2.3