projects
/
sdk
/
tools
/
netcoredbg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da7489e
)
Add .gitignore
author
Igor Kulaychuk
<i.kulaychuk@samsung.com>
Wed, 10 Jan 2018 19:56:29 +0000
(22:56 +0300)
committer
Igor Kulaychuk
<i.kulaychuk@samsung.com>
Wed, 10 Jan 2018 19:56:29 +0000
(22:56 +0300)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
5387433
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,5
@@
+/build/
+/obj/
+/src/debug/netcoredbg/bin/
+/src/debug/netcoredbg/obj/
+/.vscode/