From 91cdb36243f3e525a786b86b2ff12c925db2926a Mon Sep 17 00:00:00 2001 From: Aodhan Collins Date: Sun, 22 Feb 2026 19:43:43 +0000 Subject: [PATCH] chore: add build artifacts to .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..e62d5d2 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,6 @@ +build/ +bin/ +*.o +*.so +*.so.* +azeron-cli/azeron-cli