From: Martin Pitt Date: Thu, 19 Nov 2015 09:51:19 +0000 (+0100) Subject: gitignore: only ignore .html files in man/ X-Git-Tag: v231~945^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cb9bee994d61547f739d4fd731ae25c72c98004;p=platform%2Fupstream%2Fsystemd.git 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/.gitignore b/.gitignore index b0abc0d..98eb29d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ *.a *.cache -*.html *.la *.lo *.log diff --git a/man/.gitignore b/man/.gitignore index bf5eeab..d928e5a 100644 --- a/man/.gitignore +++ b/man/.gitignore @@ -1,4 +1,5 @@ /systemd.directives.xml /systemd.index.xml /*.[13578] +/*.html /custom-entities.ent