From: Rafael Garcia-Suarez Date: Sun, 27 Sep 2009 13:26:05 +0000 (+0200) Subject: gitignore additions X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=85269948cc8951473fc68344aef336c43580ee70;p=p5sagit%2Fp5-mst-13.2.git gitignore additions --- diff --git a/.gitignore b/.gitignore index 5decace..7a0d142 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ Makefile.old /perlmain.c /perlmini.c /pod/Makefile +/runtests /writemain /x2p/Makefile /x2p/cflags diff --git a/ext/XSLoader/.gitignore b/ext/XSLoader/.gitignore new file mode 100644 index 0000000..b91c997 --- /dev/null +++ b/ext/XSLoader/.gitignore @@ -0,0 +1 @@ +/XSLoader.pm diff --git a/ext/lib/.gitignore b/ext/lib/.gitignore new file mode 100644 index 0000000..8caf306 --- /dev/null +++ b/ext/lib/.gitignore @@ -0,0 +1 @@ +/lib.pm diff --git a/lib/.gitignore b/lib/.gitignore index cc41885..158c9e2 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -173,6 +173,8 @@ /File/Glob.pm /File/GlobMapper.pm /File/Path.pm +/File/Spec/ +/File/Spec.pm /File/Temp.pm /FileCache.pm /Filter/Simple.pm