deb-mistral/.gitignore
Lingxian Kong 6e6af39550 Remove AUTHORS file from git tracking
Change-Id: I44c32ab76d91520a87d3fbcac3b41f5cc389d30c
2016-06-03 10:28:39 +12:00

59 lines
613 B
Plaintext

*.py[cod]
*.sqlite
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
.venv
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
cover/*
.testrepository/
subunit.log
.mistral.conf
AUTHORS
ChangeLog
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
.DS_Store
etc/*.conf
etc/mistral.conf.sample
tools/lintstack.head.py
tools/pylint_exceptions
#Linux swap file
*.swp
# Files created by releasenotes build
releasenotes/build
# Files created by doc build
doc/source/api