From 8cb9bee994d61547f739d4fd731ae25c72c98004 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 19 Nov 2015 10:51:19 +0100 Subject: [PATCH] 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. --- .gitignore | 1 - man/.gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4