Browse Source

Merge pull request #501 from LasLabs/hotfix/8.0/update-gitignore

[8.0][IMP] Update Gitignore to new template
pull/540/head
Dave Lasley 7 years ago
committed by GitHub
parent
commit
f5f7da202c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 25
      .gitignore

25
.gitignore

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