Blame SOURCES/0016-build-Add-.gitignore-to-tarball.patch

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