diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-01-06 09:25:03 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-01-06 11:33:56 +0100 |
commit | 318c766aaaa04a8e65aca38b169d52b8886fe4e3 (patch) | |
tree | 6ac5b3064bae52b7683519388f23a54226fddf36 /.gitignore | |
parent | 02c87a88cbfa3b3d5d90b505aa35d9288766430b (diff) | |
download | perl-318c766aaaa04a8e65aca38b169d52b8886fe4e3.tar.gz |
Move .bat gitignores with their unix counterparts
Remove also redundant ignores for produced files in x2p
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore index e5711d6257..04d8df4f6d 100644 --- a/.gitignore +++ b/.gitignore @@ -66,31 +66,12 @@ ext.libs /uni.data /uudmap.h -x2p/a2p -x2p/find2perl -x2p/psed -x2p/s2p - -# Win32 is missing a2p.bat? -x2p/find2perl.bat -x2p/psed.bat -x2p/s2p.bat - ext/Win32API/File/cFile_pc_to_blib lib/Win32.pm lib/Win32API/ lib/Win32CORE.pm lib/CORE/ -# These .bat files are created from their Perl correspondents -pod/pod2html.bat -pod/pod2latex.bat -pod/pod2man.bat -pod/pod2text.bat -pod/pod2usage.bat -pod/podchecker.bat -pod/podselect.bat - # test byproducts ext/Test/Harness/t/ext/ lib/App/ |