Description: Automake will leave *.log and *.trs files behind
Author: Michael Tautschnig <mt@debian.org>
Bug-Debian: https://bugs.debian.org/812262

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- diagnostics-0.3.3.orig/model.am
+++ diagnostics-0.3.3/model.am
@@ -20,7 +20,7 @@ $(top_builddir)/diagnostics/libdiagnosti
 	cd $(top_builddir)/diagnostics ; $(MAKE) $(AM_MAKEFLAGS)
 
 MAINTAINERCLEANFILES = Makefile.in
-MOSTLYCLEANFILES = diag_stamp_*
+MOSTLYCLEANFILES = diag_stamp_* *.log *.trs
 
 level_suffix = $(strip $(DIAGNOSTICSLEVEL:-1=_1))
 BUILT_SOURCES = diag_stamp_$(level_suffix)
