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 META.yml
MYMETA.yml MYMETA.*
Makefile Makefile
Makefile.old Makefile.old
MessagePack.bs MessagePack.bs
@ -15,3 +15,6 @@ MANIFEST
ppport.h ppport.h
.testenv/ .testenv/
xshelper.h xshelper.h
*.swp
*~

View File

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