root/branches/wheeljack/MANIFEST.SKIP

Revision 764, 1.3 kB (checked in by sky, 2 years ago)

test

  • Property svn:keywords set to Author Date Id Revision
Line 
1 test3
2 ^schemas
3 \bknown-issues
4 ^t/
5 ^db
6 ^ToDo$
7 ^README
8
9 # License files.
10 ^LICENSE$
11 ^LICENSE-PERSONAL$
12 ^LICENSE-BETA$
13 ^LICENSE-COMMERCIAL$
14
15 # Revision files.
16 \bCVS\b
17 \bRCS\b
18 \.svn\b
19 ,v$
20
21 # Hidden, temp and backup files.
22 ~$
23 ^\.#
24 \.bak$
25 \.old$
26 \.swp$
27 \.tmp$
28 ^\.DS_Store$
29
30 # Doc files.
31 ^mt-static/docs
32 ^mt-static/docs/.*\.txt
33 ^mt-static/docs/.*\.pod
34 ^mt-static/docs/mtweblogs.*
35 ^mt-static/docs/mtapi
36 ^mt-static/docs/mttrackback
37 ^mt-static/docs/mtmanual-full.html$
38 ^docs-.*/
39
40 # Packages
41 ^lib/MT/FileMgr/SFTP.pm$
42 ^lib/MT/FileMgr/FTP.pm$
43 ^lib/MT/FileMgr/DAV.pm$
44 ^extlib/share
45 ^extlib/pkg
46 ^extlib/perllocal.po
47 Tangent\.pm$
48 /no\.pm$
49 #/ja\.pm$
50 /it\.pm$
51
52 # Language
53 lang-es
54 lang-no
55 lang-ja
56 lang-it
57 \.(en_us|fr|de|gb|ja|en|no|it)$
58
59 # Tools
60 ^mt-inbox.pl$
61 ^mt-thread.cgi$
62 ^mt-set-reg.cgi$
63 ^mt-load.cgi
64 #^tools/find-junk
65 #^tools/list-index
66 #^tools/list-objects
67 ^tools/mt-tools
68 ^tools/mt-tools.tar.gz
69 ^tools/mt-tools.zip
70 #^tools/rebuild-indexes
71 #^tools/rebuild-pages
72 #^tools/remove-object
73 #^tools/run-periodic-tasks
74 #^tools/sig-validate
75 #^tools/upgrade
76 ^tools/write-default-templates
77
78 # Plugins
79 #plugins/StyleCatcher
80 #plugins/WidgetManager
81 #plugins/feeds-app-lite
82 plugins/feeds-app-lite/tools/
83 plugins/feeds-app-lite/t/
84
85 # Build process and distribution files
86 \.pre$
87 ^MANIFEST
88 Makefile
89 ^_build
90 ^build
91 ^Build.*$
92 ^blib/
93 ^pm_to_blib$
94 ^MT-
95 ^MT.*\.zip
96 ^MT.*\.gz
97 index\.html\..*
98 build-language-stamp
Note: See TracBrowser for help on using the browser.