From 972fd2eeb8667cf29ef8723cda45bd630ea2388e Mon Sep 17 00:00:00 2001 From: Nickiel Date: Wed, 2 Oct 2024 17:35:50 -0700 Subject: [PATCH] Initial commit --- .gitignore | 11 +++++++++++ README.md | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81a6064 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# ---> Zig +zig-cache/ +zig-out/ +build/ +build-*/ +docgen_tmp/ +# ---> Nix +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e62a29 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# HailoImageProcessor + +Zig program for C headers to interface with Gstreamer and the Hailo hardware. \ No newline at end of file