diff options
author | Vincent Pit <perl@profvince.com> | 2009-07-22 11:48:22 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-07-22 11:48:30 +0200 |
commit | 13f76364639d2b89be28dfcc0fd2937c80dfe96a (patch) | |
tree | ad7bd24fd8b54711c1c48f135cae08d917bd2d99 /.gitignore | |
parent | 16f708c9bc0dc48713b200031295a40bed83bbfc (diff) | |
download | perl-13f76364639d2b89be28dfcc0fd2937c80dfe96a.tar.gz |
Ignore t/op/require.t byproducts
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6a2e2b932e..5decace76b 100644 --- a/.gitignore +++ b/.gitignore @@ -96,6 +96,17 @@ t/perl t/test_state *.output +# t/op/require.t byproducts +t/bleah.pm +t/bleah.do +t/bleah.flg +t/urkkk.pm +t/urkkk.pmc +t/krunch.pm +t/krunch.pmc +t/whap.pm +t/whap.pmc + # make_ext.pl cleanup scripts realclean.sh veryclean.sh |