From 68e20c01da27db7102c01a6db585e87c56ff4b8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 14:27:24 +0000 Subject: [PATCH] Update generated OpenCL bindings --- .gitignore | 23 +++++++++++++++++++++++ DISTRIBUTION_FILES | 1 + GENERATOR_COMMIT | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4ffae3a --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +opencldocs/ +openclheaders/ + +# Python caches and local distributions +__pycache__/ +*.py[cod] +.pytest_cache/ +*.tmp +dist/ + +# Native compiler output +*.o +*.obj +*.exe +*.dll +*.dylib +*.so +*.tmp.c + +# Extensionless V example binaries +/examples/image_svm/image_svm +/examples/vector_add/vector_add +/examples/vulkan_particles/vulkan_particles diff --git a/DISTRIBUTION_FILES b/DISTRIBUTION_FILES index e2b7c3a..acd9983 100644 --- a/DISTRIBUTION_FILES +++ b/DISTRIBUTION_FILES @@ -1,4 +1,5 @@ # Managed by antono2/v_opencl_bindings. Edit the canonical generator, not this file. +.gitignore API_DESIGN.md GENERATOR_COMMIT HEADERS_COMMIT diff --git a/GENERATOR_COMMIT b/GENERATOR_COMMIT index 02873c7..30f0b06 100644 --- a/GENERATOR_COMMIT +++ b/GENERATOR_COMMIT @@ -1 +1 @@ -32075957f983f8ab2046ce3e178ee327c7de5763 +672b9a1dd1d38693829296568a832b656f86c866