tests: Ignore the Test::Harness .prove file

We document how to run prove with the --state option in t/README. This
produces a .prove YAML file in the current directory. Change the t/
gitignore to ignore it, and clean it up on `make clean'.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ævar Arnfjörð Bjarmason 2010-07-23 22:58:44 +00:00 коммит произвёл Junio C Hamano
Родитель 9a9fb5d3c4
Коммит 9a3028b987
2 изменённых файлов: 2 добавлений и 0 удалений

1
t/.gitignore поставляемый
Просмотреть файл

@ -1,2 +1,3 @@
/trash directory*
/test-results
/.prove

Просмотреть файл

@ -30,6 +30,7 @@ clean:
$(RM) -r 'trash directory'.* test-results
$(RM) t????/cvsroot/CVSROOT/?*
$(RM) -r valgrind/bin
$(RM) .prove
aggregate-results-and-cleanup: $(T)
$(MAKE) aggregate-results