Update .gitignore
authorIgor Kulaychuk <igor.kulaychuk@gmail.com>
Fri, 5 Oct 2018 18:24:43 +0000 (21:24 +0300)
committerPetr Bred/AI Ecosystem Lab /SRR/Staff Engineer/삼성전자 <p.bred@samsung.com>
Sun, 14 Oct 2018 07:04:19 +0000 (10:04 +0300)
.gitignore

index 3d25c468cdc1e765342f8e5f485ee6f55f004501..ec11011537dfe95622173037ddd250ed6bd5fbf7 100644 (file)
@@ -3,8 +3,6 @@
 
 # Visual Studio Code
 /.vscode/
-/src/debug/netcoredbg/bin/
-/src/debug/netcoredbg/obj/
 
 # Qt Creator files
 CMakeLists.txt.user
@@ -20,3 +18,5 @@ CMakeLists.txt.user
 *.a
 *.dll
 *.pdb
+bin/
+obj/