Browse Source

Merge pull request #502 from LasLabs/hotfix/9.0/update-gitignore

9[0.][IMP] Update Gitignore to new template
pull/558/head
Dave Lasley 7 years ago
committed by GitHub
parent
commit
2db99cc8b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 24
      .gitignore

24
.gitignore

@ -1,11 +1,3 @@
# buildout
tools/.*
tools/bin
tools/develop-eggs
tools/eggs
tools/etc
tools/parts
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
@ -14,6 +6,8 @@ __pycache__/
*.so *.so
# Distribution / packaging # Distribution / packaging
.Python
env/
bin/ bin/
build/ build/
develop-eggs/ develop-eggs/
@ -33,6 +27,7 @@ pip-log.txt
pip-delete-this-directory.txt pip-delete-this-directory.txt
# Unit test / coverage reports # Unit test / coverage reports
htmlcov/
.tox/ .tox/
.coverage .coverage
.cache .cache
@ -45,11 +40,20 @@ coverage.xml
# Pycharm # Pycharm
.idea .idea
# Project
# Mr Developer
.mr.developer.cfg
.project .project
.pydevproject .pydevproject
.settings/
# Rope
.ropeproject
# Sphinx documentation
docs/_build/
# Backup files # Backup files
*~ *~
*.swp *.swp
# OSX Files
*.DS_Store
Loading…
Cancel
Save