From 513d2e24abff6de1b35b2471a57ce1361686e6de Mon Sep 17 00:00:00 2001 From: chenshijun <csj_sky@126.com> Date: 星期六, 29 六月 2019 16:21:15 +0800 Subject: [PATCH] 修改解码gb28181的bug --- .gitignore | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0def275..e9e98b7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,17 +5,19 @@ *.obj # Compiled Dynamic libraries -*.so +#*.so *.dylib *.dll # Compiled Static libraries *.lai *.la -*.a +#*.a *.lib # Executables *.exe *.out *.app + +/build -- Gitblit v1.8.0