Revision 10042
Added by Aaron Marcuse-Kubitza over 11 years ago
.rsync_ignore | ||
---|---|---|
1 |
*# |
|
2 | 1 |
*.pyc |
3 |
.DS_Store |
|
4 |
.lk* |
|
5 | 2 |
.svn/ |
Also available in: Unified diff
.rsync_ignore | ||
---|---|---|
1 |
*# |
|
2 | 1 |
*.pyc |
3 |
.DS_Store |
|
4 |
.lk* |
|
5 | 2 |
.svn/ |
Also available in: Unified diff
/.rsync_ignore: temp files: hide them on upload so that they are never synced to jupiter. hiding is different than unidirectionally exclude'ing them, because it also causes them to be deleted on the destination if they were uploaded in previous syncs.