2012-03-09 12:54:06 -05:00
|
|
|
include AUTHORS
|
2012-08-15 11:16:08 +02:00
|
|
|
include babel.cfg
|
2012-04-11 10:57:56 -04:00
|
|
|
include ChangeLog
|
2013-05-11 14:54:56 -04:00
|
|
|
include CONTRIBUTING.txt
|
2012-02-15 09:26:54 -08:00
|
|
|
include LICENSE
|
2012-02-21 10:47:16 -05:00
|
|
|
include HACKING.rst
|
|
|
|
include README.rst
|
2012-02-24 15:47:13 +01:00
|
|
|
include openstack-common.conf
|
2012-02-21 10:47:16 -05:00
|
|
|
include run_tests.py
|
|
|
|
include run_tests.sh
|
2012-02-28 00:46:14 -08:00
|
|
|
include setup.cfg
|
2012-02-21 10:47:16 -05:00
|
|
|
include setup.py
|
|
|
|
include TODO
|
|
|
|
include tox.ini
|
2012-02-15 09:26:54 -08:00
|
|
|
include etc/*
|
2012-08-15 11:16:08 +02:00
|
|
|
include httpd/*
|
2012-02-21 10:47:16 -05:00
|
|
|
graft bin
|
2012-02-28 00:46:14 -08:00
|
|
|
graft doc
|
2012-02-24 15:47:13 +01:00
|
|
|
graft tests
|
2012-02-21 10:47:16 -05:00
|
|
|
graft tools
|
2012-05-23 18:05:11 +00:00
|
|
|
graft examples
|
2013-01-07 14:37:53 +01:00
|
|
|
recursive-include keystone *.json *.xml *.cfg *.pem README *.po *.pot *.sql
|
2013-07-04 15:58:04 +10:00
|
|
|
global-exclude *.pyc *.sdx *.log *.db *.swp tests/tmp/*
|