From 33d632d40e147f99aaacafd9621f696a27dbf239 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Mon, 5 Feb 2018 11:04:45 +0000 Subject: [PATCH] lavfi: add a gitignore file for OpenCL compiled kernels Signed-off-by: Rostislav Pehlivanov --- libavfilter/opencl/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 libavfilter/opencl/.gitignore diff --git a/libavfilter/opencl/.gitignore b/libavfilter/opencl/.gitignore new file mode 100644 index 0000000000..064a8d8ef5 --- /dev/null +++ b/libavfilter/opencl/.gitignore @@ -0,0 +1 @@ +*.c