
7 Apr
2017
7 Apr
'17
9:41 a.m.
On Fri, Apr 07, 2017 at 08:57:25 +0200, Jiri Denemark wrote:
We want to ignore all files except *.pl in build-aux directory, however the unignore pattern "!/build-aux/*.pl" doesn't have any effect because a previous "/build-aux/" pattern ignores the directory itself rather than individual files in it.
https://bugzilla.redhat.com/show_bug.cgi?id=1439994
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
ACK