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

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