t7508: .gitignore 'expect' and 'output' files
commitec8a896eb54f326f65b4103307a50475424d9a03
authorJunio C Hamano <gitster@pobox.com>
Fri, 6 Mar 2015 09:43:33 +0000 (6 10:43 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Mar 2015 18:51:41 +0000 (6 10:51 -0800)
tree5ec5185cf3d2080396feb863fbbc8c18b79814b1
parent9874fca7122563e28d699a911404fc49d2a24f1c
t7508: .gitignore 'expect' and 'output' files

These files are used to observe the behaviour of the 'status'
command and if there weren't any such observer, the expected
output from 'status' wouldn't even mention them.

Place them in .gitignore to unclutter the output expected by the
tests.  An added benefit is that future tests can add such files
that are purely for use by the observer, i.e. the tests themselves,
by naming them as expect-foo and/or output-bar.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7508-status.sh