As this is a directory that is used by sphinx to store files during the build and after the build is completed and a given (say html) output is generated.
Signed-off-by: Cleber Rosa <[email protected]> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0752ca0..15bf05a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ site-packages/ frontend/client/gwt-unitCache/ frontend/client/www/ tko/tko_pb2.py +documentation/build/* -- 1.7.11.7 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
