From 62da5259f876378c8a116dbaa7bd17e38fb7d013 Mon Sep 17 00:00:00 2001 From: ZhouJiafen Date: Mon, 28 Dec 2020 19:02:32 -0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9.gitignore=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c3d1361..f543cc5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ CMakeLists.txt.user CMakeLists_modified.txt - +Examples/ Examples/RGB-D/rgbd_tum Examples/Monocular/mono_euroc @@ -47,3 +47,7 @@ cmake-build-debug/ *.pyc *.osa + +.vscode/ +CMakeLists.txt +build.sh