quark/.gitignore
Brian Stajkowski e85ce24d2d Passing Tests
This is the initital stab at getting tests to pass.  Once this is
complete we can get more integration with sphinx and py34.

Change-Id: I9064013eb264c97a04056ebb5b33b4a5b656c312
Closes-Bug: 1594635
2016-06-22 10:17:45 -05:00

52 lines
422 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
.eggs/
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.cover-report
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# virtualenv
.venv
# unit testing
.noseids
*.swp
# PBR stuff
AUTHORS
ChangeLog
# Docs
docs/build