194
by mbp at sourcefrog
add rsync exclude patterns for upload |
1 |
*.pyc |
2 |
*.pyo |
|
3 |
*~
|
|
4 |
# arch can bite me
|
|
5 |
{arch} |
|
6 |
.arch-ids
|
|
7 |
,,*
|
|
8 |
++*
|
|
9 |
/doc/*.html |
|
10 |
*.tmp |
|
11 |
bzr-test.log
|
|
12 |
[#]*# |
|
13 |
.#* |
|
228
by mbp at sourcefrog
update rsync exclude patterns |
14 |
testrev.* |
15 |
/tmp |
|
363
by Martin Pool
- do upload CHANGELOG to web server, even though it's autogenerated |
16 |
# do want this after all
|
17 |
+ CHANGELOG |