summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2015-11-19 10:51:19 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2015-11-19 16:52:08 +0100
commit8cb9bee994d61547f739d4fd731ae25c72c98004 (patch)
treef4ed9395575e69cc11611b049d3f4c3332161a99
parent66fac66cc5adc753a0ef55cba7f0d003197eede1 (diff)
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.
-rw-r--r--.gitignore1
-rw-r--r--man/.gitignore1
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b0abc0d4e9..98eb29d657 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
*.a
*.cache
-*.html
*.la
*.lo
*.log
diff --git a/man/.gitignore b/man/.gitignore
index bf5eeab938..d928e5a83f 100644
--- a/man/.gitignore
+++ b/man/.gitignore
@@ -1,4 +1,5 @@
/systemd.directives.xml
/systemd.index.xml
/*.[13578]
+/*.html
/custom-entities.ent