From 30a0b5cf1606c54cc527d758949422396763cbd3 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 15 Feb 2010 15:34:34 +0000 Subject: Distribute .gitignore files. These are useful for Debian since they keep the tarball unpacked in git. --- daemon/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'daemon/Makefile.am') diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 04d50eb7..7bfb2808 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -37,7 +37,8 @@ BUILT_SOURCES = \ guestfs_protocol.c \ guestfs_protocol.h -EXTRA_DIST = $(BUILT_SOURCES) +EXTRA_DIST = $(BUILT_SOURCES) \ + .gitignore # This convenience library is solely to avoid compiler warnings # in its generated sources. -- cgit