From 3b4275366b252df97c0273e30ed7f1bbee6e9995 Mon Sep 17 00:00:00 2001 From: zhangmeng <zhangmeng@aiiot.com> Date: 星期三, 25 三月 2020 14:45:52 +0800 Subject: [PATCH] debug for local video --- .gitignore | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0def275..cd672bd 100644 --- a/.gitignore +++ b/.gitignore @@ -5,17 +5,22 @@ *.obj # Compiled Dynamic libraries -*.so +#*.so *.dylib *.dll # Compiled Static libraries *.lai *.la -*.a +#*.a *.lib # Executables *.exe *.out *.app + +/build +build* +.idea +.vscode -- Gitblit v1.8.0