repo.or.cz
/
docutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Properly escape LaTeX commands in test samples.
[docutils.git]
/
prest
/
MANIFEST.SKIP
blob
e4b3694cdd97636b31a8258434baff57fc02f31c
1
# Generic files
2
\#.*
3
.*\.old
4
.*\.bak$
5
.*\.t$
6
.*\.root$
7
^doc/src/.*\.xref$
8
.*~$
9
.*\#$
10
11
# Specific files
12
^annotations$
13
^config\.log.*$
14
^config\.prl$
15
^Makefile$
16
^MANIFEST\.SKIP$
17
^pm_to_blib$
18
^t/Common\.mk$
19
^lib/Text/Restructured/PrestConfig\.pm$
20
^t/.uncoverable$
21
22
# Generic directories
23
/CVS/
24
\.svn/
25
.*\.dir
26
.*\.run
27
^doc/src/latest/.*_files
28
29
# Specific directories
30
^doc/html
31
^bin
32
^blib
33
^demodoc
34
^helpers/
35
^src/
36
^t/cover_db
37
^tests
38
^Text-Restructured.*