From d1da489f0107b59b9eb104bc6c7617265e338770 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Tue, 12 Jan 2016 11:15:39 +0100 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3