
Just easier to work on multiple machines this way. Change-Id: I3546a0535615d53f3a1566145aff9ded07caf056
69 lines
650 B
Plaintext
69 lines
650 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
.venv
|
|
cover
|
|
.testrepository
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.settings
|
|
|
|
# DS_STORE
|
|
.DS_Store
|
|
|
|
# Sqlite databases
|
|
*.sqlite
|
|
|
|
# Modified Files
|
|
*.swp
|
|
|
|
# PBR
|
|
build
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
.idea
|
|
env
|
|
|
|
# Project-related
|
|
# json files
|
|
*.json
|
|
*.log
|
|
arch/
|
|
docs/_build
|
|
entropy/test
|
|
entropy/examples/logs
|
|
entropy/examples/cfg/audit.cfg
|
|
entropy/examples/cfg/repair.cfg
|
|
entropy/examples/cfg/test1.cfg
|