2014-01-16 19:21:56 +01:00
|
|
|
include Dockerfile
|
2013-12-20 22:35:00 +01:00
|
|
|
include LICENSE
|
2014-01-16 19:21:56 +01:00
|
|
|
include requirements.txt
|
|
|
|
include requirements-dev.txt
|
2014-02-19 09:52:44 +01:00
|
|
|
include tox.ini
|
2013-12-20 22:35:00 +01:00
|
|
|
include *.md
|
2015-10-28 17:11:29 +01:00
|
|
|
exclude README.md
|
|
|
|
include README.rst
|
2015-09-12 00:06:08 +02:00
|
|
|
include compose/config/*.json
|
2015-11-12 23:29:58 +01:00
|
|
|
include compose/GITSHA
|
2015-07-23 02:35:08 +02:00
|
|
|
recursive-include contrib/completion *
|
2014-10-26 03:25:20 +01:00
|
|
|
recursive-include tests *
|
2014-01-06 03:26:32 +01:00
|
|
|
global-exclude *.pyc
|
2014-01-16 19:17:16 +01:00
|
|
|
global-exclude *.pyo
|
|
|
|
global-exclude *.un~
|