diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2015-11-19 10:51:19 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2015-11-19 16:52:08 +0100 |
commit | 8cb9bee994d61547f739d4fd731ae25c72c98004 (patch) | |
tree | f4ed9395575e69cc11611b049d3f4c3332161a99 /man/.gitignore | |
parent | 66fac66cc5adc753a0ef55cba7f0d003197eede1 (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.
Diffstat (limited to 'man/.gitignore')
-rw-r--r-- | man/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |