[Git] Update .gitignore to ignore files related to VS Code and debuild
authorWook Song <wook16.song@samsung.com>
Fri, 15 Feb 2019 02:15:04 +0000 (11:15 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 15 Feb 2019 06:20:57 +0000 (15:20 +0900)
This patch updates .gitignore to ignore files related to Visual Studio
Code and debuild.

Signed-off-by: Wook Song <wook16.song@samsung.com>
.gitignore

index 35a8259..913232a 100644 (file)
 
 # 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/*