Skip to content

Commit

Permalink
fixed some initial release issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Jul 30, 2012
1 parent 9e1b0ee commit 2a2cdb4
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 6 deletions.
7 changes: 3 additions & 4 deletions MANIFEST
@@ -1,6 +1,6 @@
bin/galileo
Build.PL
Changes
galileo.db
lib/Galileo.pm
lib/Galileo/Admin.pm
lib/Galileo/Command/setup.pm
Expand Down Expand Up @@ -42,8 +42,7 @@ lib/Galileo/files/templates/user_menu.html.ep
lib/Galileo/Page.pm
lib/Galileo/User.pm
MANIFEST This list of files
META.json
META.yml
README.markdown
script/galileo
t/basic.t
META.yml
META.json
62 changes: 60 additions & 2 deletions MANIFEST.SKIP
@@ -1,4 +1,62 @@
#!include_default

#!start included /home/joel/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/ExtUtils/MANIFEST.SKIP
# Avoid version control files.
\bRCS\b
\bCVS\b
\bSCCS\b
,v$
\B\.svn\b
\B\.git\b
\B\.gitignore\b
\b_darcs\b
\B\.cvsignore$

# Avoid VMS specific MakeMaker generated files
\bDescrip.MMS$
\bDESCRIP.MMS$
\bdescrip.mms$

# Avoid Makemaker generated and utility files.
\bMANIFEST\.bak
\bMakefile$
\bblib/
\bMakeMaker-\d
\bpm_to_blib\.ts$
\bpm_to_blib$
\bblibdirs\.ts$ # 6.18 through 6.25 generated this

# Avoid Module::Build generated and utility files.
\bBuild$
\b_build/
\bBuild.bat$
\bBuild.COM$
\bBUILD.COM$
\bbuild.com$

# Avoid temp and backup files.
~$
\.old$
\#$
\b\.#
\.bak$
\.tmp$
\.#
\.rej$

# Avoid OS-specific files/dirs
# Mac OSX metadata
\B\.DS_Store
# Mac OSX SMB mount metadata files
\B\._

# Avoid Devel::Cover and Devel::CoverX::Covered files.
\bcover_db\b
\bcovered\b

# Avoid MYMETA files
^MYMETA\.
#!end included /home/joel/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/ExtUtils/MANIFEST.SKIP

# Avoid configuration metadata file
^MYMETA\.

Expand All @@ -15,4 +73,4 @@
\bGalileo-[\d\.\_]+

# Avoid testing databases
*\.db
\bgalileo\.db
File renamed without changes.

0 comments on commit 2a2cdb4

Please sign in to comment.