diff options
author | Jim Cromie <jim.cromie@gmail.com> | 2011-09-10 19:16:18 -0600 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-09-12 06:24:40 -0700 |
commit | 87dfd78cc57a7a8505c1bc5e74069c037c212b72 (patch) | |
tree | df6c234adbc70535db686b1b377934f5596c6791 /.gitignore | |
parent | a3f424e51e225fc2e216af0ee9134dbcd2eaf300 (diff) | |
download | perl-87dfd78cc57a7a8505c1bc5e74069c037c212b72.tar.gz |
add 3 test.valgrind outputs to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index deb3c8d104..80b2a8b7fc 100644 --- a/.gitignore +++ b/.gitignore @@ -137,3 +137,8 @@ MANIFEST.new *.swp *~ .#* + +# test.valgrind final outputs, excluding intermediate files (pls report) +*.cachegrind +*.perf-stat +*.valgrind |