diff options
author | Richard Jones <rjones@redhat.com> | 2010-02-15 15:34:34 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-02-15 15:35:07 +0000 |
commit | 30a0b5cf1606c54cc527d758949422396763cbd3 (patch) | |
tree | af6cb43b431bdf96db8160f68d23276a5077bbe0 /daemon/Makefile.am | |
parent | ed83d770252dda356bc9f8ad19149ada5e8708a5 (diff) | |
download | libguestfs-30a0b5cf1606c54cc527d758949422396763cbd3.tar.gz libguestfs-30a0b5cf1606c54cc527d758949422396763cbd3.tar.xz libguestfs-30a0b5cf1606c54cc527d758949422396763cbd3.zip |
Distribute .gitignore files.
These are useful for Debian since they keep the tarball unpacked
in git.
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r-- | daemon/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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. |