]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Properly ignore files in build-aux directory
authorJiri Denemark <jdenemar@redhat.com>
Fri, 7 Apr 2017 06:50:21 +0000 (08:50 +0200)
committerCole Robinson <crobinso@redhat.com>
Wed, 10 May 2017 19:18:38 +0000 (15:18 -0400)
commitafb435d8133b8fac2be222052e706198a61ed281
tree5a4504861a6aa4dbd3722017ea769a7d4a28afff
parent0b6143eb9a7632b5e56d020825e9c97ed4399045
Properly ignore files in build-aux directory

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>
(cherry picked from commit f0ad8e7ee083c4bf196af42c615aac803be08460)
.gitignore