Skip to content

Commit

Permalink
mark protobuf files as generated
Browse files Browse the repository at this point in the history
  • Loading branch information
muir committed Nov 23, 2022
1 parent 289e773 commit 6147449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.zzzgo linguist-language=Go
doc.go linguist-documentation
*.md linguist-documentation
*.pb.go linguist-generated
basegroup.go linguist-generated
line.go linguist-generated
seed.go linguist-generated
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ all: $(ZZZGENERATED) $(PB) .gitattributes
echo '*.zzzgo linguist-language=Go' > $@
echo 'doc.go linguist-documentation' >> $@
echo '*.md linguist-documentation' >> $@
echo '*.pb.go linguist-generated' >> $@
for i in $(ZZZGENERATED); do echo "$$i linguist-generated" >> $@; done

test: $(ZZZGENERATED) testadjuster
Expand Down

0 comments on commit 6147449

Please sign in to comment.