Subject: | More files to ignore in psync |
Here's a patch that adds a few more files/patterns for psync to ignore:
.hotfiles.btree
Panther diskcache
.ccache/.*
Directory of GCC cache files from the ccache executable
Library/Caches/.*
Safari, etc cache
Firefox/Profile/[^/]+/Cache/.*
Firefox cache files
.imapmbox/.*
Mail.app cached mail
--- psync.orig 2005-02-23 15:38:11.000000000 -0600
+++ psync 2005-02-23 15:44:33.000000000 -0600
@@ -61,6 +61,10 @@
| private/var/vm/.*
| private/var/run/.*
| Temporary\ Items/.*
+ | \.ccache/.* # GCC cache
+ | Library/Caches/.* # Safari, etc cache
+ | Firefox/Profile/[^/]+/Cache/.* # Firefox cache
+ | \.imapmbox/.* # Mail.app cached mail
)
]xo;
@@ -71,6 +75,7 @@
'.FBCIndex',
'.FBCLockFolder',
'.Trashes',
+ '.hotfiles.btree',
'AppleShare PDS',
'Desktop DB',
'Desktop DF',