Repository: beam Updated Branches: refs/heads/master 2d28ece8e -> f10ee01fb
Fixes pb2.py path in gitignore Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/b4ad7cb0 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/b4ad7cb0 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/b4ad7cb0 Branch: refs/heads/master Commit: b4ad7cb01848262fbe82987beec45efd87649894 Parents: 2d28ece Author: Eugene Kirpichov <[email protected]> Authored: Thu May 25 13:59:09 2017 -0700 Committer: Eugene Kirpichov <[email protected]> Committed: Thu May 25 14:54:13 2017 -0700 ---------------------------------------------------------------------- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/b4ad7cb0/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 6e077bd..bd419a7 100644 --- a/.gitignore +++ b/.gitignore @@ -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/
