add to gitignore ./bin directory
authorwansuyoo <wansu.yoo@samsung.com>
Mon, 11 Mar 2019 10:34:15 +0000 (19:34 +0900)
committerwansuyoo <wansu.yoo@samsung.com>
Mon, 11 Mar 2019 10:34:15 +0000 (19:34 +0900)
.gitignore

index f1c181e..789354f 100644 (file)
@@ -4,6 +4,7 @@
 *.dll
 *.so
 *.dylib
+bin/*
 
 # Test binary, build with `go test -c`
 *.test