diff options
author | Evandro Leopoldino Gonçalves <evandrolgoncalves@gmail.com> | 2013-12-14 12:07:26 -0200 |
---|---|---|
committer | Evandro Leopoldino Gonçalves <evandrolgoncalves@gmail.com> | 2013-12-14 12:07:26 -0200 |
commit | 33dd88ab847ae615028c9981d6e12b53cbcd6799 (patch) | |
tree | 93f86e23987eadf30e75bd65b151e9c5b62d795d /Python.gitignore | |
parent | 7b684c28663c20a287d67b2879db83957391c23b (diff) | |
download | gitignore-33dd88ab847ae615028c9981d6e12b53cbcd6799.tar.gz gitignore-33dd88ab847ae615028c9981d6e12b53cbcd6799.zip |
Update Python.gitignore
Diffstat (limited to 'Python.gitignore')
-rw-r--r-- | Python.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index 50a87264..3a025deb 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -6,6 +6,9 @@ __pycache__/ *.so # Distribution / packaging +.Python +env/ +include/ bin/ build/ develop-eggs/ |