소스 검색

gitignore: ignore "docs" and "vendor"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 년 전
부모
커밋
cb46e9ee0b
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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