Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kittiu authored Jan 15, 2017
1 parent b5d3d8b commit c84ac46
Showing 1 changed file with 58 additions and 4 deletions.
62 changes: 58 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,60 @@
*.pyc
*.jasper
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
# lib/ --> with jaspe_reports, this is needed
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo

# Pycharm
.idea

# Mr Developer
.mr.developer.cfg
.project
.pydevproject
*.settings
openerp-server.conf

# Rope
.ropeproject

# Sphinx documentation
docs/_build/

# Backup files
*~
*.swp


# for jasper (by kittiu)
*.jasper

0 comments on commit c84ac46

Please sign in to comment.