From c4913bfce91be011618bca93e2177ebccef1e648 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 15 Aug 2010 18:33:10 +0100 Subject: [PATCH] Revert "build: Distclean generated ignore files" Git ignore files are not dist'ed, so it's pointless to remove them on distclean. This reverts commit f14587aadc428e5743d2b30e2a9f4bf51f1d1e05. --- tests/conform/Makefile.am | 2 +- tests/interactive/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am index afd827278..23c4a077f 100644 --- a/tests/conform/Makefile.am +++ b/tests/conform/Makefile.am @@ -242,7 +242,7 @@ HTML_REPORTS = \ full-report-npot.html EXTRA_DIST = ADDING_NEW_TESTS test-launcher.sh.in run-tests.sh -DISTCLEANFILES = test-launcher.sh .gitignore +DISTCLEANFILES = test-launcher.sh # we override the clean-generic target to clean up the wrappers so # we cannot use CLEANFILES diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am index 82b497c21..8379111d4 100644 --- a/tests/interactive/Makefile.am +++ b/tests/interactive/Makefile.am @@ -117,7 +117,7 @@ test_interactive_LDFLAGS = -export-dynamic test_interactive_LDADD = $(CLUTTER_LIBS) $(common_ldadd) EXTRA_DIST = wrapper.sh.in -DISTCLEANFILES = wrapper.sh .gitignore +DISTCLEANFILES = wrapper.sh BUILT_SOURCES = wrappers