diff options
author | Filipe Brandenburger <filbranden@google.com> | 2015-11-19 08:10:24 -0800 |
---|---|---|
committer | Filipe Brandenburger <filbranden@google.com> | 2015-11-19 08:10:24 -0800 |
commit | 23d8517c48087dd03809efd2fdbf71a6e898ca8c (patch) | |
tree | f4ed9395575e69cc11611b049d3f4c3332161a99 /man | |
parent | 66fac66cc5adc753a0ef55cba7f0d003197eede1 (diff) | |
parent | 8cb9bee994d61547f739d4fd731ae25c72c98004 (diff) |
Merge pull request #1953 from martinpitt/fix-gitignore
gitignore: only ignore .html files in man/
Diffstat (limited to 'man')
-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 |