From 076cf21fdfe8b04c46d671fca15ec53d4e745a0c Mon Sep 17 00:00:00 2001 From: Rob Date: Fri, 12 Sep 2025 23:38:21 +0100 Subject: [PATCH] Initial commit --- .gitignore | 6 ++++++ README.md | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d346db --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# ---> BricxCC +# Bricx Command Center IDE +# http://bricxcc.sourceforge.net +*.bak +*.sym + diff --git a/README.md b/README.md new file mode 100644 index 0000000..0cfe981 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Utilities + +Collection of C programs to perform various utilities and provide examples. \ No newline at end of file