From d182be8dc7616cb3d33c71e474256671e337989b Mon Sep 17 00:00:00 2001 From: Wook Song Date: Fri, 15 Feb 2019 11:15:04 +0900 Subject: [PATCH] [Git] Update .gitignore to ignore files related to VS Code and debuild This patch updates .gitignore to ignore files related to Visual Studio Code and debuild. Signed-off-by: Wook Song --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 35a8259..913232a 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,19 @@ # CTag /tags + +# VisualStudioCode +.vscode +.vscode/* +.history + +# ignore files generated by debuild +debian/*.debhelper.log +debian/*.postrm.debhelper +debian/*.substvars +debian/debhelper-build-stamp +debian/files +debian/.debhelper/* +debian/tmp/* +debian/nnstreamer/* +debian/nnstreamer-dev/* -- 2.7.4