summaryrefslogtreecommitdiffstats
path: root/documentation/.gitignore
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2022-07-19 10:12:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-20 14:25:01 +0100
commit9926c0bf2f272d386911639635885fc8c55abc14 (patch)
treec7e738e71765fb364b5507baf4a8dfff11ae6d61 /documentation/.gitignore
parent102278a77f01fe0363f9a95b2c07fd15811a7b4a (diff)
downloadpoky-9926c0bf2f272d386911639635885fc8c55abc14.tar.gz
docs: auto-generate releases.rst
In order to maintain one less file, let's auto-generate the releases.rst file which contains a link for each release ever released. This gets auto-generated by checking the tags available in this git repo and adding a link for each that exists. A few tags are notoriously missing from this git repo and they are manually listed then, until the tags are pushed for the appropriate commit. Cc: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: c581eda3f87390b3e5223daff74d0ed6567ec51a) Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/.gitignore')
-rw-r--r--documentation/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/.gitignore b/documentation/.gitignore
index 096b97ec28..4e077d03fb 100644
--- a/documentation/.gitignore
+++ b/documentation/.gitignore
@@ -2,6 +2,7 @@ _build/
2Pipfile.lock 2Pipfile.lock
3poky.yaml 3poky.yaml
4sphinx-static/switchers.js 4sphinx-static/switchers.js
5releases.rst
5.vscode/ 6.vscode/
6*/svg/*.png 7*/svg/*.png
7*/svg/*.pdf 8*/svg/*.pdf