diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | daemon/Makefile.am | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2c7574a4..0abe3dd0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,9 @@ EXTRA_DIST = \ html/recipes.css \ make-recipes.sh \ contrib/README \ - bindtests + bindtests \ + .gitignore \ + m4/.gitignore # HTML versions of manual pages. 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. |