build: Add .gitignore to tarball.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 3 Oct 2019 09:16:08 +0000 (10:16 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 3 Oct 2019 09:16:36 +0000 (10:16 +0100)
Mainly to keep maintainer-check-extra-dist happy.

Makefile.am

index b62738f..1cb73b7 100644 (file)
@@ -19,7 +19,7 @@ AM_CPPFLAGS = -Wall
 
 CLEANFILES = virt-what *~
 
 
 CLEANFILES = virt-what *~
 
-EXTRA_DIST = virt-what.in virt-what.pod
+EXTRA_DIST = .gitignore virt-what.in virt-what.pod
 
 SUBDIRS = . tests
 
 
 SUBDIRS = . tests