Skip to content

Commit

Permalink
fix .gitignore file to only ignore those specific files
Browse files Browse the repository at this point in the history
and not any path that matched them

Signed-off-by: Anand Gaitonde <agaitonde@pivotal.io>
  • Loading branch information
tjvman authored and XenoPhex committed Mar 30, 2018
1 parent c194b08 commit 6d64248
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -25,7 +25,7 @@ _testmain.go

# Built binaries
*.exe
cli
/cli

out/
release/*
Expand All @@ -47,7 +47,7 @@ tmp/
.hg/

*.test
tags
/tags

*.coverprofile

Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/gogo/protobuf/test/tags/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

188 changes: 188 additions & 0 deletions vendor/github.com/gogo/protobuf/test/tags/tags.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6d64248

Please sign in to comment.