Running "make dist-docs" to generate docs creates a "dist-docs" directory that should be ignored by git.
Signed-off-by: Russell Bryant <[email protected]> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c96ceed..71bb21b 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ /configure-stamp /depcomp /distfiles +/dist-docs /install-sh /libtool /manpage-check -- 2.4.3 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
