diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-05-19 09:35:29 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-05-19 09:35:29 +0200 |
commit | c87a7fa90205d44374da5df59a2566caf6e06bfb (patch) | |
tree | 33c5fcf9ce08824db750b04b5aea9e36e5353992 /.gitignore | |
parent | 329f7b8d6df5980232cf6ee59b983c41b96e3b74 (diff) | |
download | perl-c87a7fa90205d44374da5df59a2566caf6e06bfb.tar.gz |
Ignore ".output" files, that might be generated by some tests, apparently
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ba6fe411ee..454b31edc5 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 |