From c87a7fa90205d44374da5df59a2566caf6e06bfb Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 19 May 2009 09:35:29 +0200 Subject: [PATCH] Ignore ".output" files, that might be generated by some tests, apparently --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ba6fe41..454b31e 100644 --- a/.gitignore +++ b/.gitignore @@ -92,6 +92,7 @@ t/rantests t/tmp* t/perl t/test_state +*.output # make_ext.pl cleanup scripts realclean.sh -- 1.8.3.1