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

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