You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2017/01/30 23:03:56 UTC

[49/50] [abbrv] beam git commit: Move sdks/python/.gitignore to top-level .gitignore

Move sdks/python/.gitignore to top-level .gitignore


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/2d7ce325
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/2d7ce325
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/2d7ce325

Branch: refs/heads/master
Commit: 2d7ce325f69f42a29ba2cf0438b512a80dc64c4b
Parents: e0ff997
Author: Davor Bonaci <da...@google.com>
Authored: Mon Jan 30 14:44:58 2017 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Mon Jan 30 14:46:48 2017 -0800

----------------------------------------------------------------------
 .gitignore             | 10 ++++++++++
 sdks/python/.gitignore | 11 -----------
 2 files changed, 10 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/2d7ce325/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 39e2f62..bc9f675 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,16 @@ bin/
 sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/src/
 sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/
 
+# Ignore files generated by the Python build process.
+*.py[cod]
+*.egg-info/
+.eggs/
+.tox/
+build/
+dist/
+distribute-*
+env/
+
 # Ignore IntelliJ files.
 .idea/
 *.iml

http://git-wip-us.apache.org/repos/asf/beam/blob/2d7ce325/sdks/python/.gitignore
----------------------------------------------------------------------
diff --git a/sdks/python/.gitignore b/sdks/python/.gitignore
deleted file mode 100644
index 05ed303..0000000
--- a/sdks/python/.gitignore
+++ /dev/null
@@ -1,11 +0,0 @@
-*~
-*.py[cod]
-*.egg-info/
-.eggs/
-build/
-dist/
-distribute-*
-env/
-
-# Test files
-.tox/