author | robin |
Tue, 19 Nov 2013 13:50:34 +0000 | |
branch | py33 |
changeset 3794 | 398ea04239b5 |
parent 3765 | a7e7cd6e0003 |
child 3969 | 679b8d30f5e1 |
permissions | -rw-r--r-- |
3655 | 1 |
syntax: glob |
2 |
*.o |
|
3 |
*.lo |
|
4 |
*.la |
|
5 |
*.bak |
|
6 |
*.rej |
|
7 |
*.orig |
|
8 |
*.pyc |
|
9 |
*.pyo |
|
10 |
*~ |
|
11 |
.*~ |
|
12 |
.*.swp |
|
13 |
.DS_STORE |
|
14 |
*.zip |
|
15 |
*.obj |
|
16 |
*.pdb |
|
17 |
*.user |
|
18 |
*.aps |
|
19 |
*.pch |
|
20 |
*.vspscc |
|
21 |
*.vssscc |
|
22 |
*_i.c |
|
23 |
*_p.c |
|
24 |
*.ncb |
|
25 |
*.suo |
|
26 |
*.tlb |
|
27 |
*.tlh |
|
28 |
*.bak |
|
29 |
*.cache |
|
30 |
*.ilk |
|
31 |
*.log |
|
32 |
*.lib |
|
33 |
*.sbr |
|
34 |
*.scc |
|
35 |
build |
|
36 |
__pycache__ |
|
37 |
*.pyd |
|
3685
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
38 |
demos/stdfonts/*.pdf |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
39 |
docs/*.pdf |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
40 |
docs/*/*.pdf |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
41 |
src/reportlab/fonts/*.pfb |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
42 |
src/reportlab/fonts/*.afm |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
43 |
src/reportlab/fonts/*.ttf |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
44 |
src/reportlab/graphics/barcode/*.pdf |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
45 |
src/reportlab/graphics/barcode/test_cbcim.* |
3765 | 46 |
src/reportlab/graphics/pmout |
3685
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
47 |
tools/docco/*.pdf |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
48 |
tests/test_*.pdf |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
49 |
tests/test_*.svg |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
50 |
tests/_i_am_actually_a_gif.jpg |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
51 |
tests/_i_am_actually_a_jpeg.gif |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
52 |
tests/axestest0.svg |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
53 |
tests/pythonpoint.pdf |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
54 |
tests/test_pdfgen_pycanvas_out.txt |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
55 |
tests/test_renderSVG_output.html |
2d8552a5d431
.hgignore: add stuff to make the stat output more readable after tests
robin
parents:
3655
diff
changeset
|
56 |
tests/test_source_chars.txt |