Skip to content

Commit

Permalink
Remove useless .gitignore entries
Browse files Browse the repository at this point in the history
  • Loading branch information
dezhin committed Jan 11, 2020
1 parent 0813ba0 commit c96b1c2
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,54 +6,25 @@ __pycache__/
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
node_modules/

# 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
.cache
nosetests.xml
coverage.xml

# Translations
*.mo
*.pot
*.jed


# Sphinx documentation
doc/_build/
doc/*/_build/
*~

.vagrant

# IDE
# IDE
.idea
.vscode

Expand Down

0 comments on commit c96b1c2

Please sign in to comment.