Browse Source

gitignore: ignore "docs" and "vendor"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
cb46e9ee0b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .gitignore

+ 3 - 1
.gitignore

@@ -1,6 +1,8 @@
 /agent-*
 /coverage
 /covdir
+/docs
+/vendor
 /gopath
 /gopath.proto
 /go-bindata
@@ -16,4 +18,4 @@
 *.test
 hack/tls-setup/certs
 .idea
-*.bak
+*.bak