Skip to content

Commit 70eea74

Browse files
again4youmyungjoo
authored andcommittedJun 5, 2019
Update .gitignore to ignore files generated by Visual Studio
This patch updates .gitignore to exclude files generated by Visual Studio for C# APIs. Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
1 parent 4e6a261 commit 70eea74

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,12 @@ debian/.debhelper/*
4848
debian/tmp/*
4949
debian/nnstreamer/*
5050
debian/nnstreamer-dev/*
51+
52+
# Visual Studio & csapi
53+
*.exe
54+
*.dll
55+
*.csproj.user
56+
*.lock.json
57+
.vs/
58+
bin/
59+
obj/

0 commit comments

Comments
 (0)
Please sign in to comment.