Metadata-Version: 1.0
Name: ignore
Version: 0.1.4
Summary: Download .gitignore files for a given language
Home-page: http://github.com/jarodl/ignore
Author: Jarod Luebbert
Author-email: jarodluebbert@gmail.com
License: MIT
Description: ignore
        ======
        
        Quickly grab common .gitignore files from the command line.
        
        ### Install
        
            pip install ignore
        
        ### Usage
        
            > ignore python
            Downloading....
            > ls -a
            .gitignore
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
