diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-07-06 17:23:24 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-07-06 17:35:11 +0200 |
commit | 5da353178264c1f15ff2acdcb594dc9eaf4816e8 (patch) | |
tree | 1e41ee22090962de1ac5772abe4877a6329e7184 /cpan/.gitignore | |
parent | d77c669d1daa31a301a4f33a064b0abd5294156c (diff) | |
download | perl-5da353178264c1f15ff2acdcb594dc9eaf4816e8.tar.gz |
Ignore temporary files created by AutoLoader's tests
Diffstat (limited to 'cpan/.gitignore')
-rw-r--r-- | cpan/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpan/.gitignore b/cpan/.gitignore index 76b8d95583..0cf6e5cf86 100644 --- a/cpan/.gitignore +++ b/cpan/.gitignore @@ -9,3 +9,4 @@ ppport.h Time-HiRes/*.inc Time-HiRes/xdefine Win32API-File/cFile_pc_to_blib +AutoLoader/t/auto-* |