Distribute .gitignore files.
authorRichard Jones <rjones@redhat.com>
Mon, 15 Feb 2010 15:34:34 +0000 (15:34 +0000)
committerRichard Jones <rjones@redhat.com>
Mon, 15 Feb 2010 15:35:07 +0000 (15:35 +0000)
These are useful for Debian since they keep the tarball unpacked
in git.

Makefile.am
daemon/Makefile.am

index 2c7574a..0abe3dd 100644 (file)
@@ -69,7 +69,9 @@ EXTRA_DIST = \
        html/recipes.css \
        make-recipes.sh \
        contrib/README \
        html/recipes.css \
        make-recipes.sh \
        contrib/README \
-       bindtests
+       bindtests \
+       .gitignore \
+       m4/.gitignore
 
 # HTML versions of manual pages.
 
 
 # HTML versions of manual pages.
 
index 04d50eb..7bfb280 100644 (file)
@@ -37,7 +37,8 @@ BUILT_SOURCES = \
        guestfs_protocol.c \
        guestfs_protocol.h
 
        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.
 
 # This convenience library is solely to avoid compiler warnings
 # in its generated sources.