]> 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)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 7 Apr 2017 08:08:33 +0000 (10:08 +0200)
commitf0ad8e7ee083c4bf196af42c615aac803be08460
tree37ccc037ecae7c005ff7ebac02368831d4d525ec
parent8f0b731d224ed93b70f3ab9c4cdfdc0565b87de6
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>
.gitignore