Skip to content

Commit 1dc3b3c

Browse files
committed
Added generated python proto files to gitignore
1 parent d62272c commit 1dc3b3c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ third_party/libzmq*
3232
*.pyc
3333
CIFAR10/output
3434
CIFAR10/*.txt
35+
ml/proto

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ protoc --python_out=ml <.proto file location>
141141
Example:
142142
```
143143
protoc --python_out=ml proto/payload.proto
144+
protoc --python_out=ml proto/utility.proto
144145
```
145146

146147

0 commit comments

Comments
 (0)