root/branches/mt3.36/MANIFEST.SKIP

Revision 517, 1.3 kB (checked in by jallen, 2 years ago)

r2046@mt-master (orig r32971): gboggs | 2006-06-30 15:46:28 -0700
Fixed the .svn exclusion (that I broke).


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