Skip to content

Commit

Permalink
Merge pull request #504 from LasLabs/hotfix/11.0/update-gitignore
Browse files Browse the repository at this point in the history
[11.0][IMP] Update Gitignore to new template
  • Loading branch information
pedrobaeza committed Oct 25, 2017
2 parents 1989af3 + 12ff545 commit 09c3386
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -14,6 +6,8 @@ __pycache__/
*.so

# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
Expand All @@ -33,6 +27,7 @@ pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
Expand All @@ -45,11 +40,20 @@ coverage.xml
# Pycharm
.idea

# Project
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.settings/

# Rope
.ropeproject

# Sphinx documentation
docs/_build/

# Backup files
*~
*.swp

# OSX Files
*.DS_Store

0 comments on commit 09c3386

Please sign in to comment.