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