[libvirt] [PATCH] Do not ignore perl scripts in build-aux

Also remove the duplicate build-aux entry from .gitignore. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8ce7e18..fba1464 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,6 @@ /NEWS /aclocal.m4 /autom4te.cache -/build-aux /build-aux/ /build/ /confdefs.h @@ -197,6 +196,7 @@ stamp-h stamp-h.in stamp-h1 tags +!/build-aux/*.pl !/gnulib/lib/Makefile.am !/gnulib/tests/Makefile.am !/m4/virt-*.m4 -- 2.7.3

On Thu, 2016-06-23 at 06:19 +0200, Ján Tomko wrote:
Also remove the duplicate build-aux entry from .gitignore. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore index 8ce7e18..fba1464 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,6 @@ /NEWS /aclocal.m4 /autom4te.cache -/build-aux /build-aux/ /build/ /confdefs.h @@ -197,6 +196,7 @@ stamp-h stamp-h.in stamp-h1 tags +!/build-aux/*.pl !/gnulib/lib/Makefile.am !/gnulib/tests/Makefile.am !/m4/virt-*.m4
ACK -- Andrea Bolognani / Red Hat / Virtualization
participants (2)
-
Andrea Bolognani
-
Ján Tomko