From bfcfa5093a7d3748c774473f277ceac7285c7c82 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sun, 21 Mar 2021 19:40:27 -0400 Subject: [PATCH] Add existing files to the CodeBlocks project. Update gitignore. --- .gitignore | 1 + b3view.cbp | 21 +++++++++++++++++++- b3view.layout | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5a85d4d..431d2de 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ nohup.out *.tmp err.txt /build/b3view +/build.sh~ diff --git a/b3view.cbp b/b3view.cbp index 8ebd596..215641a 100644 --- a/b3view.cbp +++ b/b3view.cbp @@ -14,6 +14,7 @@