From f1cb61564eda4aab14561f02e3c180e6e0cf7fa1 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Mon, 21 Dec 2009 19:48:49 +0100 Subject: [PATCH] remove useless files and ignore them --- .gitignore | 3 +-- gunicorn.egg-info/PKG-INFO | 20 -------------------- gunicorn.egg-info/SOURCES.txt | 18 ------------------ gunicorn.egg-info/dependency_links.txt | 1 - gunicorn.egg-info/top_level.txt | 1 - 5 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 gunicorn.egg-info/PKG-INFO delete mode 100644 gunicorn.egg-info/SOURCES.txt delete mode 100644 gunicorn.egg-info/dependency_links.txt delete mode 100644 gunicorn.egg-info/top_level.txt diff --git a/.gitignore b/.gitignore index 49e1488f..5e9b59ee 100755 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ *.gem *.swp *.pyc -Couchapp.egg-info build dist setuptools-* @@ -10,4 +9,4 @@ setuptools-* *.so distribute-0.6.8-py2.6.egg distribute-0.6.8.tar.gz - +gunicorn.egg-info diff --git a/gunicorn.egg-info/PKG-INFO b/gunicorn.egg-info/PKG-INFO deleted file mode 100644 index 356c8a2a..00000000 --- a/gunicorn.egg-info/PKG-INFO +++ /dev/null @@ -1,20 +0,0 @@ -Metadata-Version: 1.0 -Name: gunicorn -Version: 0.1 -Summary: WSGI HTTP Server for UNIX -Home-page: http://github.com/benoitc/gunicorn -Author: Benoit Chesneau -Author-email: benoitc@e-engura.com -License: Apache License 2 -Description: gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and nothing else. - This is a port of Unicorn (http://unicorn.bogomips.org/) in Python. -Platform: UNKNOWN -Classifier: Development Status :: 4 - Beta -Classifier: Environment :: Other Environment -Classifier: Intended Audience :: Developers -Classifier: License :: OSI Approved :: MIT License -Classifier: Operating System :: MacOS :: MacOS X -Classifier: Operating System :: POSIX -Classifier: Programming Language :: Python -Classifier: Topic :: Internet,Topic :: Utilities -Classifier: Topic :: Software Development :: Libraries :: Python Modules diff --git a/gunicorn.egg-info/SOURCES.txt b/gunicorn.egg-info/SOURCES.txt deleted file mode 100644 index 9a0d9bf0..00000000 --- a/gunicorn.egg-info/SOURCES.txt +++ /dev/null @@ -1,18 +0,0 @@ -LICENSE -MANIFEST.in -README.md -README.txt -setup.py -bin/gunicorn -gunicorn/__init__.py -gunicorn/arbiter.py -gunicorn/util.py -gunicorn/worker.py -gunicorn.egg-info/PKG-INFO -gunicorn.egg-info/SOURCES.txt -gunicorn.egg-info/dependency_links.txt -gunicorn.egg-info/top_level.txt -gunicorn/http/__init__.py -gunicorn/http/iostream.py -gunicorn/http/request.py -gunicorn/http/response.py \ No newline at end of file diff --git a/gunicorn.egg-info/dependency_links.txt b/gunicorn.egg-info/dependency_links.txt deleted file mode 100644 index 8b137891..00000000 --- a/gunicorn.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/gunicorn.egg-info/top_level.txt b/gunicorn.egg-info/top_level.txt deleted file mode 100644 index 8f22dccf..00000000 --- a/gunicorn.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -gunicorn