diff options
author | Piotr Ożarowski <piotr@debian.org> | 2015-10-18 22:09:03 +0200 |
---|---|---|
committer | Piotr Ożarowski <piotr@debian.org> | 2015-10-18 22:09:03 +0200 |
commit | 670dfbf79a1d7251bc33631839c741a21590822b (patch) | |
tree | e5b4c8a048d9460c8554187b32484c1bf5ad5ccd /.gitignore | |
parent | 9de3948fd8aff40de9fa3006f28898e163734aa0 (diff) | |
download | python-urllib3-670dfbf79a1d7251bc33631839c741a21590822b.tar python-urllib3-670dfbf79a1d7251bc33631839c741a21590822b.tar.gz |
ignore egg-info
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..11041c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.egg-info |