summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-01-05 02:07:27 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-01-05 02:07:27 (EST)
commit136e13ab8519440c9a81e24bda6acb7c3af4ed18 (patch)
tree9288e927c6c8a4cbed170b306fa8af646d2251fa
parentff7dd819fe28759a3f5aaf0b16fe1d493a4a3f33 (diff)
downloadMath-Decimal-FastPP-136e13ab8519440c9a81e24bda6acb7c3af4ed18.zip
Math-Decimal-FastPP-136e13ab8519440c9a81e24bda6acb7c3af4ed18.tar.gz
Math-Decimal-FastPP-136e13ab8519440c9a81e24bda6acb7c3af4ed18.tar.bz2
MANIFEST.SKIP: New file
-rw-r--r--MANIFEST1
-rw-r--r--MANIFEST.SKIP17
2 files changed, 18 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 5143b86..8a99d60 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,6 +1,7 @@
COPYING
Changes
MANIFEST
+MANIFEST.SKIP
Makefile.PL
README
lib/Math/Decimal/FastPP.pm
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
new file mode 100644
index 0000000..cf315ea
--- /dev/null
+++ b/MANIFEST.SKIP
@@ -0,0 +1,17 @@
+# Version control files
+^\.git
+
+# Swap and backup files
+^(.*/)*(\..*)?.s[a-w].$
+\.vim$
+~$
+\.bak$
+\.orig$
+\.tmp$
+
+# Generated files
+^MYMETA\.
+^Makefile(\.old)?$
+\.tar
+^blib/
+^pm_to_blib$