diff options
author | Matt Iversen <teh.ivo@gmail.com> | 2015-10-20 23:33:57 +1100 |
---|---|---|
committer | Matt Iversen <teh.ivo@gmail.com> | 2015-10-20 23:33:57 +1100 |
commit | f4242195ef5a60dae95061f4ad1d25b0a11f64c0 (patch) | |
tree | 2ab13badeb2a095ae8078eec96a623fb8e0818b5 | |
parent | a2940640eae1b698c7b686d7ed4873a7f8ab6d51 (diff) | |
download | virtualenv-f4242195ef5a60dae95061f4ad1d25b0a11f64c0.tar.gz |
Expand gitignore
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,8 +3,8 @@ build dist docs/_build .DS_Store -*.pyc -mock-*.egg -nose-*.egg +*.py[cod] +*.egg +.eggs .tox tests/test_activate_actual.output |