Skip to content

Commit

Permalink
Update .gitignore and MANIFEST.SKIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Aug 7, 2011
1 parent 2e969e3 commit 800a93a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion perl/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
META.yml
MYMETA.yml
MYMETA.*
Makefile
Makefile.old
MessagePack.bs
Expand All @@ -15,3 +15,6 @@ MANIFEST
ppport.h
.testenv/
xshelper.h
*.swp
*~

4 changes: 3 additions & 1 deletion perl/MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
\bCVS\b
^MANIFEST\.
^Makefile$
^MYMETA\.yml$
^MYMETA\.(?:yml|json)$
~$
^#
\.old$
\.swp$
~$
^blib/
^pm_to_blib
^MakeMaker-\d
Expand Down

0 comments on commit 800a93a

Please sign in to comment.