Skip to content

Commit

Permalink
Add MANIFEST.SKIP
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Feb 11, 2011
1 parent bc59a8d commit 9ba5e64
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Avoid version control files.
\bRCS\b
\bCVS\b
\bSCCS\b
,v$
\B\.svn\b
\B\.git\b
\b_darcs\b

# 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/

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

# Avoid Devel::Cover files.
\bcover_db\b

### DEFAULT MANIFEST.SKIP ENDS HERE ####

\.DS_Store$
\.sw.$
(\w+-)*(\w+)-\d\.\d+(?:\.tar\.gz)?$

\.t\.log$

\.prove$

0 comments on commit 9ba5e64

Please sign in to comment.