Skip to content

Commit

Permalink
better description of skipped files
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed Nov 25, 2019
1 parent d8f8013 commit 638a3e6
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_Store
MYMETA.json
MYMETA.yml
60 changes: 49 additions & 11 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
@@ -1,11 +1,49 @@
.git
.DS_Store
.travis.yml
t/scripts_output/1.fa.*
AGAT-v*
blib*
cover_db*
Makefile.old
MANIFEST.bak
MYMETA*
pm_to_blib
# Avoid version control files
\B.git\b
\B.gitignore$
\bRCS\b
\bCVS\b
,v$
\B.svn\b
\B.cvsignore$

# Avoid Module::Build generated and utility files
\bBuild$
\bBuild.bat$
\b_build

# Avoid Makemaker generated and utility files
\bMakefile$
\bblib
\bMakeMaker - \d
\bpm_to_blib$
\bblibdirs$
^MANIFEST\.SKIP$

# Avoid Devel::Cover generated files
\bcover_db

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

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

# Avoid archives of this distribution
\bAGAT-v[\d\.\_]+
^MYMETA.yml
^MYMETA.json

# other
\B.travis.yml$
^tmp

0 comments on commit 638a3e6

Please sign in to comment.