Update .gitignore to ignore files generated by Visual Studio
authorSangjung Woo <sangjung.woo@samsung.com>
Wed, 5 Jun 2019 08:10:32 +0000 (17:10 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 5 Jun 2019 13:03:36 +0000 (09:03 -0400)
This patch updates .gitignore to exclude files generated by Visual
Studio for C# APIs.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
.gitignore

index 7c0285d..9aa3b1e 100644 (file)
@@ -48,3 +48,12 @@ debian/.debhelper/*
 debian/tmp/*
 debian/nnstreamer/*
 debian/nnstreamer-dev/*
+
+# Visual Studio & csapi
+*.exe
+*.dll
+*.csproj.user
+*.lock.json
+.vs/
+bin/
+obj/