##// END OF EJS Templates
prune unwanted files from MANIFEST (backups, object files, etc)
Benoit Boissinot -
r2665:2efcd2b4 default
parent child Browse files
Show More
@@ -1,17 +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 5 include tests/README tests/coverage.py tests/run-tests.py tests/md5sum.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 prune *.elc *.orig *.rej *~ *.o *.so *.pyc *.swp *.prof
General Comments 0
You need to be logged in to leave comments. Login now