diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-08-25 18:09:05 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-08-25 18:10:53 +0900 |
commit | 24cb303756b7e2953f0e250348c2b814dc3acea0 (patch) | |
tree | e3587a7490cb9e04bd63fa597ce664836a544592 /.gitignore | |
parent | 369bec0c27c2b40d6d928940749036cb317f6613 (diff) | |
download | buildstream-24cb303756b7e2953f0e250348c2b814dc3acea0.tar.gz |
.gitignore: Ignore doc/source/sessions directory of generated html files
A preventative measure against people committing the generated
html files to the wrong location.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 90a50449f..04f9e1690 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,8 @@ __pycache__/ # Generated version file buildstream/__version__.py -#Autogenerated doc +# Autogenerated doc +doc/source/sessions/ doc/source/elements/ doc/source/sources/ doc/source/modules.rst |