diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-02-05 11:04:45 +0000 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-02-07 11:25:58 +0000 |
commit | 33d632d40e147f99aaacafd9621f696a27dbf239 (patch) | |
tree | 243c8073d1f969f77839ebf00879038d1f9e9eab | |
parent | 8318bf17513529c86545dfaeec489636d77df78d (diff) | |
download | ffmpeg-33d632d40e147f99aaacafd9621f696a27dbf239.tar.gz |
lavfi: add a gitignore file for OpenCL compiled kernels
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
-rw-r--r-- | libavfilter/opencl/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |