From e3f0b04ca0b5fd72470bdf2b914cac9c6763e027 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 11 Apr 2019 00:49:14 +0100 Subject: [PATCH] Remove useless .gitignore entries --- .gitignore | 34 ++++------------------------------ 1 file changed, 4 insertions(+), 30 deletions(-) diff --git a/.gitignore b/.gitignore index a8b8dc8..c80ac45 100644 --- a/.gitignore +++ b/.gitignore @@ -25,38 +25,12 @@ var/ .installed.cfg *.egg -# 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 -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*,cover - -# Translations -*.mo -*.pot - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - # PyCharm -.idea/ \ No newline at end of file +.idea/ +config\.py + +logs/