From 07efb5d9bbc82742039e2cf95d21b2db41f3866f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 23 Jan 2014 12:27:39 +0000 Subject: [PATCH] build: Remove .gitignore on distclean Fixes distcheck. --- tests/conform/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am index c41b69e38..6865fd014 100644 --- a/tests/conform/Makefile.am +++ b/tests/conform/Makefile.am @@ -88,3 +88,5 @@ $(srcdir)/.gitignore: Makefile gitignore: $(srcdir)/.gitignore all-am: gitignore + +DISTCLEANFILES += .gitignore