diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2012-10-06 18:50:30 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2012-10-06 18:50:30 -0300 |
| commit | ab232937355e8f7ed959ebafd16f8ac7b2a2f85d (patch) | |
| tree | 55229dfa89a1369b680dedddf873d27cacc94074 /.gitignore | |
| parent | 2100da9dcdba7a8bc18f6180fd7e61640319b48a (diff) | |
Updated .gitignore with files created when running setup.py sdist.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a34f512130..17e39abd38 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *.egg-info *.pot *.py[co] +MANIFEST +dist/ docs/_build/ |
