summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--reno.yaml4
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3fca82f27..4a14de2d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,6 +34,8 @@ keystone/locale/*/LC_MESSAGES/*.mo
*.db
# Files created by releasenotes build
releasenotes/build
+RELEASENOTES.rst
+releasenotes/notes/reno.cache
# sample config included in docs
doc/source/_static/keystone.conf.sample
etc/keystone.conf.sample
diff --git a/reno.yaml b/reno.yaml
new file mode 100644
index 000000000..dd0aac790
--- /dev/null
+++ b/reno.yaml
@@ -0,0 +1,4 @@
+---
+# Ignore the kilo-eol tag because that branch does not work with reno
+# and contains no release notes.
+closed_branch_tag_re: "(.+)(?<!kilo)-eol"