root/tags/1.05/MANIFEST.SKIP

Revision 136, 477 bytes (checked in by bradfitz, 3 years ago)

Checking in changes prior to tagging of version 1.02. Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 135)
+++ Changes (working copy)
@@ -1,3 +1,5 @@
+1.02 (may 22, 2007)
+

  • support for merging little files together into big chunks on the backup target. aka "tail packing". requires no changes to target drivers. this should speed backups, as less network
Line 
1makedocs.pl
2\.shipit
3\.brackup$
4
5# Avoid version control files.
6\bRCS\b
7\bCVS\b
8\bSCCS\b
9,v$
10\B\.svn\b
11\b_darcs\b
12
13# Avoid Makemaker generated and utility files.
14\bMANIFEST\.bak
15\bMakefile$
16\bblib/
17\bMakeMaker-\d
18\bpm_to_blib\.ts$
19\bpm_to_blib$
20\bblibdirs\.ts$         # 6.18 through 6.25 generated this
21
22# Avoid Module::Build generated and utility files.
23\bBuild$
24\b_build/
25
26# Avoid temp and backup files.
27~$
28\.old$
29\#$
30\b\.#
31\.bak$
32
33# Avoid Devel::Cover files.
34\bcover_db\b
35
Note: See TracBrowser for help on using the browser.