root/lang/javascript/Object.toSource/MANIFEST.SKIP

Revision 1782, 0.6 kB (checked in by holidays-l, 13 months ago)

lang/javascript/Object.toSource: imported

  • Property svn:keywords set to Date Revision Author HeadURL Id
Line 
1# Avoid version control files.
2\bRCS\b
3\bCVS\b
4,v$
5\B\.svn\b
6\B\.cvsignore$
7
8# Avoid Makemaker generated and utility files.
9\bMakefile$
10\bblib
11\bMakeMaker-\d
12\bpm_to_blib$
13\bblibdirs$
14^MANIFEST\.SKIP$
15
16# Avoid Module::Build generated and utility files.
17\bBuild$
18\bBuild.bat$
19\b_build
20
21# Avoid Devel::Cover generated files
22\bcover_db
23
24# Avoid temp and backup files.
25~$
26\.tmp$
27\.old$
28\.bak$
29\#$
30\.#
31\.rej$
32
33# Avoid OS-specific files/dirs
34#   Mac OSX metadata
35\B\.DS_Store
36#   Mac OSX SMB mount metadata files
37\B\._
38# Avoid archives of this distribution
39\bObject-toSource-[\d\.\_]+
Note: See TracBrowser for help on using the browser.