summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2017-07-27 07:18:02 +0100
committerFrediano Ziglio <fziglio@redhat.com>2017-07-27 11:03:56 +0100
commit42ac031b24a22e6cd8805c7fbe73bd7cd290f074 (patch)
tree1135fd41589a54d0db13f81d519421b7be4db76e
parentd1e6fdde81312d09a9370e4c7d6e9c07b738436e (diff)
Ignore auxiliary build files
This allows git.mk to include some missing files to ignore. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7fafb8b..62640f2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -142,6 +142,6 @@ BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
-
+MAINTAINERCLEANFILES += $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL)
-include $(top_srcdir)/git.mk