Show More
@@ -1,18 +1,18 b'' | |||
|
1 | 1 | include hg |
|
2 | 2 | recursive-include mercurial *.py |
|
3 | 3 | include hgweb.cgi hgwebdir.cgi |
|
4 | 4 | include hgeditor rewrite-log |
|
5 |
include tests/README tests/ |
|
|
5 | include tests/README tests/*.py tests/test-*[a-z0-9] tests/*.out | |
|
6 | 6 | prune tests/*.err |
|
7 | 7 | include *.txt |
|
8 | 8 | include templates/map templates/map-*[a-z0-9] |
|
9 | 9 | include templates/*.tmpl |
|
10 | 10 | include templates/static/* |
|
11 | 11 | include doc/README doc/Makefile doc/gendoc.py doc/*.txt doc/*.html doc/*.[0-9] |
|
12 | 12 | recursive-include contrib * |
|
13 | 13 | include README |
|
14 | 14 | include CONTRIBUTORS |
|
15 | 15 | include COPYING |
|
16 | 16 | include Makefile |
|
17 | 17 | include MANIFEST.in |
|
18 | 18 | prune *.elc *.orig *.rej *~ *.o *.so *.pyc *.swp *.prof |
General Comments 0
You need to be logged in to leave comments.
Login now