From 0b8881223770e0ff871a4e324af4219385abe5ce Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 22 Aug 2019 13:00:27 +0200 Subject: [PATCH] .gitignore: remove unused entries the boilerplate .gitignore from Github was too broad and all-catching. It included things like 'lib' (which is where all modules are in fonttools...) or stuff for tools which we never use. So I just deleted those. --- .gitignore | 80 ------------------------------------------------------ 1 file changed, 80 deletions(-) diff --git a/.gitignore b/.gitignore index 48dddb90d..388383b09 100644 --- a/.gitignore +++ b/.gitignore @@ -9,30 +9,12 @@ __pycache__/ # Distribution / packaging .Python build/ -develop-eggs/ dist/ -downloads/ -eggs/ .eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -pip-wheel-metadata/ -share/python-wheels/ *.egg-info/ -.installed.cfg *.egg MANIFEST -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - # Installer logs pip-log.txt pip-delete-this-directory.txt @@ -40,62 +22,13 @@ pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ -.nox/ .coverage .coverage.* .cache -nosetests.xml coverage.xml *.cover -.hypothesis/ .pytest_cache/ -# Translations -*.mo -*.pot - -# Django stuff: -*.log -local_settings.py -db.sqlite3 -db.sqlite3-journal - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# Jupyter Notebook -.ipynb_checkpoints - -# IPython -profile_default/ -ipython_config.py - -# pyenv -.python-version - -# pipenv -# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. -# However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don't work, or not -# install all needed dependencies. -#Pipfile.lock - -# celery beat schedule file -celerybeat-schedule - -# SageMath parsed files -*.sage.py - # Environments .env .venv @@ -105,24 +38,11 @@ ENV/ env.bak/ venv.bak/ -# Spyder project settings -.spyderproject -.spyproject - -# Rope project settings -.ropeproject - -# mkdocs documentation -/site - # mypy .mypy_cache/ .dmypy.json dmypy.json -# Pyre type checker -.pyre/ - # emacs backup files *~