From f84148707e6997f9086ddaa6096e81342c226e44 Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Thu, 23 Apr 2020 12:17:32 -0600 Subject: [PATCH] add ffmpeg to ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index d265940..1cd4175 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ 3rdparty/cvmatio 3rdparty/dlib* 3rdparty/libav* +3rdparty/ffmpeg* data/*/img data/*/vid data/PCSO/* -- libgit2 0.21.4