Update .gitignore and MANIFEST.SKIP

This commit is contained in:
Fuji, Goro 2011-08-07 18:36:16 +09:00
parent 2e969e3a0a
commit 800a93a859
2 changed files with 7 additions and 2 deletions

5
perl/.gitignore vendored
View File

@ -1,5 +1,5 @@
META.yml
MYMETA.yml
MYMETA.*
Makefile
Makefile.old
MessagePack.bs
@ -15,3 +15,6 @@ MANIFEST
ppport.h
.testenv/
xshelper.h
*.swp
*~

View File

@ -2,10 +2,12 @@
\bCVS\b
^MANIFEST\.
^Makefile$
^MYMETA\.yml$
^MYMETA\.(?:yml|json)$
~$
^#
\.old$
\.swp$
~$
^blib/
^pm_to_blib
^MakeMaker-\d