diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 162687f8d..6f462f55a 100644 --- a/.gitignore +++ b/.gitignore @@ -26,5 +26,6 @@ test.log .testrepository/ cover/ .*.sw? -/output/ +/docs_build/ +/docs_output/ /releng/ |