From: Martin Pitt Date: Thu, 19 Nov 2015 09:51:19 +0000 (+0100) Subject: gitignore: only ignore .html files in man/ X-Git-Tag: v229.1~1^2~109 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=6a3e32776154780b103f4154f3f70715ff11d838 gitignore: only ignore .html files in man/ src/journal-remote/browse.html is git-tracked source and should not be ignored. Avoid accidentally ignoring similar ones in the future. --- diff --git a/man/.gitignore b/man/.gitignore index 46277ab6a..4b5f0a489 100644 --- a/man/.gitignore +++ b/man/.gitignore @@ -1,4 +1,5 @@ /elogind.directives.xml /elogind.index.xml /*.[13578] +/*.html /custom-entities.ent