diff options
author | Lance Bragstad <lbragstad@gmail.com> | 2017-04-20 21:44:08 +0000 |
---|---|---|
committer | Lance Bragstad <lbragstad@gmail.com> | 2017-05-02 15:08:41 +0000 |
commit | d28f4cd97c899ced12d6e0a86d7f403849589af7 (patch) | |
tree | 17ea4e6343e65bf52208b57aa072924a1087762e /.gitignore | |
parent | e18923daa1e3bdf4ee444ebe44e6dd11e65676ec (diff) | |
download | keystone-d28f4cd97c899ced12d6e0a86d7f403849589af7.tar.gz |
Cleanup policy generation
This commit only adds the sample policy file to the projects
.gitignore file in the interest of keeping environments cleaner.
This also adds the genpolicy tox environment to the tox environment
list to be consistent with how we maintain other tox environments.
Change-Id: Idf538c97f5f7383d8d6e5c18c985d9715033926b
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index aab1d819d..9a973420a 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ releasenotes/build doc/source/_static/keystone.conf.sample # sample policy file included in docs doc/source/_static/keystone.policy.yaml.sample +etc/keystone.policy.yaml.sample |