Skip to content

Commit

Permalink
Fixes pb2.py path in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jkff committed May 25, 2017
1 parent 2d28ece commit b4ad7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sdks/python/**/*.egg
sdks/python/LICENSE
sdks/python/NOTICE
sdks/python/README.md
sdks/python/runners/api/*pb2*.*
sdks/python/apache_beam/runners/api/*pb2*.*

# Ignore IntelliJ files.
.idea/
Expand Down

0 comments on commit b4ad7cb

Please sign in to comment.