Ignore more python build artifacts.
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a1683578 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/a1683578 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/a1683578 Branch: refs/heads/DSL_SQL Commit: a168357885b17bde688a548ed1fa12231a49658d Parents: 77712c9 Author: Robert Bradshaw <[email protected]> Authored: Tue Apr 11 11:49:16 2017 -0700 Committer: Robert Bradshaw <[email protected]> Committed: Tue Apr 11 11:49:16 2017 -0700 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/a1683578/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index bc9f675..69946a9 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,9 @@ build/ dist/ distribute-* env/ +sdks/python/**/*.c +sdks/python/**/*.so +sdks/python/**/*.egg # Ignore IntelliJ files. .idea/
