projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee50726
)
ignore more rubbish in MANIFEST.SKIP
author
Tony Cook
<tony@develop-help.com>
Thu, 14 Feb 2019 22:24:18 +0000
(09:24 +1100)
committer
Tony Cook
<tony@develop-help.com>
Thu, 14 Feb 2019 22:24:18 +0000
(09:24 +1100)
MANIFEST.SKIP
patch
|
blob
|
blame
|
history
diff --git
a/MANIFEST.SKIP
b/MANIFEST.SKIP
index 9743d39745ab0407b846dc82fda09ca50e070c64..75da5da4ebf72341010afdf967106249cd93a456 100644
(file)
--- a/
MANIFEST.SKIP
+++ b/
MANIFEST.SKIP
@@
-51,7
+51,7
@@
^_Inline/
# distributions built
-^Imager-\d\.\d
\d(_\d\d
)?\.tar\.gz$
+^Imager-\d\.\d
+(_\d+
)?\.tar\.gz$
# build trash
Makefile$
@@
-143,4
+143,10
@@
Makefile\.old$
MYMETA.json
# dist dir
-^Imager-[01]\.[0-9]+/
\ No newline at end of file
+^Imager-[01]\.[0-9]+/
+
+# sub-module dists
+^.*\.tar\.gz$
+
+# commonly test scripts
+^\w+\.pl$