From e52beb21195b9e5c6c5b00974848f325cee38193 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 3 Oct 2019 10:16:08 +0100 Subject: [PATCH] build: Add .gitignore to tarball. Mainly to keep maintainer-check-extra-dist happy. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b62738f..1cb73b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ AM_CPPFLAGS = -Wall CLEANFILES = virt-what *~ -EXTRA_DIST = virt-what.in virt-what.pod +EXTRA_DIST = .gitignore virt-what.in virt-what.pod SUBDIRS = . tests -- 1.8.3.1