From: Mike Frysinger Date: Mon, 11 Aug 2014 05:40:24 +0000 (-0400) Subject: tests: ignore *.tmp files X-Git-Tag: v4.9~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b267aef27f17ec0162bdf76fd8ad2b07782b8eab;p=strace tests: ignore *.tmp files The tests like to generate random .tmp files, so ignore them. * tests/.gitignore: Add *.tmp. --- diff --git a/tests/.gitignore b/tests/.gitignore index e22e556d..03c1051f 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -8,3 +8,4 @@ uio *.log.* *.o *.trs +*.tmp