Re: [FFmpeg-devel] [PATCH] gitignore: add OpenCL generated kernels

2018-02-04 Thread Hendrik Leppkes
On Sun, Feb 4, 2018 at 3:55 PM, Rostislav Pehlivanov wrote: > Signed-off-by: Rostislav Pehlivanov > --- > .gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.gitignore b/.gitignore > index 0e57cb0b4c..c4135b252d 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -36,3 +36,5 @@

[FFmpeg-devel] [PATCH] gitignore: add OpenCL generated kernels

2018-02-04 Thread Rostislav Pehlivanov
Signed-off-by: Rostislav Pehlivanov --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0e57cb0b4c..c4135b252d 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,5 @@ /lcov/ /src /mapfile +/libavfilter/opencl/unsharp.c +/libavfilter/opencl/over