summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Updates for stestrTin Lam2017-10-021-0/+1
| | | | | | | | | Per changes to os-testr [1], this patch set updates the code to leverage stestr and exclude the newly generated .stestr directory [1] http://lists.openstack.org/pipermail/openstack-dev/2017-September/122135.html Change-Id: Ic4713af0ad888bd2ca669a5e9de5e9212255e970
* generate sample config automaticallySteve Martinelli2016-05-121-0/+3
| | | | | | | | | | | | | | | | | | | | Let's use sphinx extensions to generate the config options instead of updating them manually. The following options will no longer appear since we use auth plugins now: auth_admin_prefix auth_url auth_host auth_port auth_protocol identity_uri admin_token admin_user admin_password admin_tenant_name Change-Id: I0a6eac26f93bfb1c2cbba17a98629108915f78c6
* Add release notes for keystonemiddlewareSteve Martinelli2015-11-291-0/+3
| | | | | | | as mentioned in the mailing list, we need to include release notes for libraries, note that we do not include changes for liberty. Change-Id: I02f413a2ac410ce4c3dc7d46c7edb3c87d0d13b3
* Ignore cover directoryBrant Knudson2015-04-291-0/+1
| | | | | | | | When the coverage report is generated, it's put into the cover directory. This should be ignored by git so it's not accidentally checked in. Change-Id: I2569b73ab5da1f7b3bb895507b5bbb02b83d6ccb
* Update .gitignore filesMorgan Fainberg2014-06-201-0/+3
| | | | | Add .update-venv and doc/source/api to the appropriate .gitignore files.
* Initial commitMorgan Fainberg2014-06-191-0/+51
The initial commit of the keystonemiddleware repo