diff options
-rw-r--r-- | MANIFEST | 1 | ||||
-rw-r--r-- | MANIFEST.SKIP | 17 |
2 files changed, 18 insertions, 0 deletions
@@ -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$ |