From 0fccba79a87ee688587a3c591341802666929346 Mon Sep 17 00:00:00 2001 From: Aurelien Degremont Date: Fri, 15 Nov 2019 09:19:47 +0000 Subject: [PATCH] LU-12973 doc: remove bad line from .gitignore lustre/doc/.gitignores ignore /*.3 and /*.7 man pages file because they use to be generated. Commit 4943ae1 removed the generated part and replaced it with traditional static pages, but forgot to remove the ignore rule. Test-Parameters: trivial Signed-off-by: Aurelien Degremont Change-Id: I1bcf30ffc46854936553f1d205222aa9f82274d4 Reviewed-on: https://review.whamcloud.com/36764 Tested-by: jenkins Reviewed-by: Andreas Dilger Reviewed-by: Arshad Hussain Tested-by: Maloo Reviewed-by: James Nunez --- lustre/doc/.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/doc/.gitignore b/lustre/doc/.gitignore index 2ae94ff..e4a059f 100644 --- a/lustre/doc/.gitignore +++ b/lustre/doc/.gitignore @@ -8,8 +8,6 @@ /lustre-pdf.log /lustre-pdf.out /lustre-pdf.toc -/*.3 -/*.7 /*.eps /lustre.lyx /*.tex -- 1.8.3.1