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 |
|
1185.15.3
by Martin Pool
- exclude build directory from rsync |
18 |
/build |
1185.15.4
by Martin Pool
- exclude test tmp directories from rsync |
19 |
test*.tmp |
1185.16.34
by Martin Pool
- ignore .swp files from upload |
20 |
.*.swp |
1185.33.36
by Martin Pool
Exclude more files from dumb-rsync upload |
21 |
*.orig |
22 |
.*.orig |
|
23 |
.bzr-shelf* |