Skip to content

Commit

Permalink
Move sdks/python/.gitignore to top-level .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
davorbonaci committed Jan 30, 2017
1 parent e0ff997 commit 2d7ce32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions sdks/python/.gitignore

This file was deleted.

0 comments on commit 2d7ce32

Please sign in to comment.