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 | |
parent | 66fac66cc5adc753a0ef55cba7f0d003197eede1 (diff) | |
parent | 8cb9bee994d61547f739d4fd731ae25c72c98004 (diff) |
Merge pull request #1953 from martinpitt/fix-gitignore
gitignore: only ignore .html files in man/
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | man/.gitignore | 1 |
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 |