diff options
author | Yves Orton <demerphq@gmail.com> | 2012-12-15 22:09:36 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2012-12-15 22:13:19 +0100 |
commit | 295db5e9de6a0fdd8faa57b35da60bd571eef2a2 (patch) | |
tree | c38325c027cd0b01460f9b758c7062088fa44ad2 /.gitignore | |
parent | 5d6dfea82e1c4b6a067451b81b1ca7d45fe95557 (diff) | |
download | perl-295db5e9de6a0fdd8faa57b35da60bd571eef2a2.tar.gz |
add lib/File/DosGlob.pm to .gitignore
The master version of the file now lives in ext
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7c25acb201..75194e8acd 100644 --- a/.gitignore +++ b/.gitignore @@ -108,6 +108,7 @@ lib/IPC/Cmd/t/src/x.tgz lib/mro.pm lib/TAP/ lib/Test/Harness.pm +lib/File/DosGlob.pm t/rantests t/tmp* t/perl |