diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-01-12 11:15:39 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-01-14 17:33:58 +0100 |
commit | d1da489f0107b59b9eb104bc6c7617265e338770 (patch) | |
tree | 9bc0f1b7ed13a2b4be5cc56681e88b0f0c7947f4 | |
parent | f19525d509d45790ae1adcd126c06431aecf522c (diff) |
ensure built en-manpages are ignored by git
Seems like the interaction between wildcards and exemptions has changed
slightly, so be positively more explicit about our ignoring of en.
Git-Dch: Ignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a00c84a02..c96c33b29 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ /doc/*/ !/doc/examples/ !/doc/po/ +/doc/en/* !/doc/en/makefile # package building artifacts |