Skip to content

Commit

Permalink
*: remove generated protobufs from version control
Browse files Browse the repository at this point in the history
The `go get` ship sailed long ago, when we moved to using our non-Go
dependencies' native build systems. PR cockroachdb#18349 pushed us even further in
that direction by automatically rebuilding the admin UI as necessary. We
might as well remove the generated protobuf code too; the Make rules to
generate them on-demand are already in place.
  • Loading branch information
benesch committed Oct 24, 2017
1 parent f60a812 commit f72f40e
Show file tree
Hide file tree
Showing 50 changed files with 3 additions and 112,471 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.ir.* -diff
*.pb.* -diff
pkg/sql/ir/parser/irgen/irgen.go -diff
pkg/sql/parser/help_messages.go -diff
pkg/sql/parser/sql.go -diff
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ customenv.mk

# Generated files containing include paths.
zcgo_flags*.go
*.pb.go

# Non-distributable railroad diagram generator.
build/Railroad.jar
Loading

0 comments on commit f72f40e

Please sign in to comment.