In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/433d4b0fb3195bdf6cc90be8b502b4308c90d578?hp=026442172f79e2ebdf1b28bda4ff5f753e1702b2>
- Log ----------------------------------------------------------------- commit 433d4b0fb3195bdf6cc90be8b502b4308c90d578 Author: Rafael Garcia-Suarez <[email protected]> Date: Wed Apr 21 16:35:00 2010 +0200 Ignore the /UU directory that exists during ./Configure ----------------------------------------------------------------------- Summary of changes: .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index a20fbf9..6944e14 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ git_version.h # ignore bug*.pl bug*.pl +# Exists during ./Configure +/UU + # files produced by './configure.gnu' on a Linux machine Makefile.old /Makefile -- Perl5 Master Repository
