remove useless files and ignore them

This commit is contained in:
Benoit Chesneau 2009-12-21 19:48:49 +01:00
parent 045b3127cc
commit f1cb61564e
5 changed files with 1 additions and 42 deletions

3
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1 +0,0 @@

View File

@ -1 +0,0 @@
gunicorn