10.5-desktop-exclude

From radmind

(Difference between revisions)
Jump to: navigation, search
(Added /private/var/db/dyld/dyld_shared_cache_* for prebinding-cache files)
m (prebinding cache exclude pattern should match relative path excludes in this file.)
Line 4: Line 4:
# Exclude prebinding cache files
# Exclude prebinding cache files
-
x /private/var/db/dyld/dyld_shared_cache_*  
+
x ./private/var/db/dyld/dyld_shared_cache_*  
# Exclude all .DS_Store files
# Exclude all .DS_Store files

Revision as of 19:12, 24 January 2008

# Exclude system files that unnecessarily tripwire
x ./Library/Preferences/DirectoryService/.DSIsRunning

# Exclude prebinding cache files
x ./private/var/db/dyld/dyld_shared_cache_* 

# Exclude all .DS_Store files
x */.DS_Store

# Exclude non-english Localized Project Folders
x */Danish.lproj
x */Dutch.lproj
x */Finnish.lproj
x */French.lproj
x */German.lproj
x */Italian.lproj
x */Japanese.lproj
x */Korean.lproj
x */Norwegian.lproj
x */Portuguese.lproj
x */Russian.lproj
x */Spanish.lproj
x */Swedish.lproj
x */cs.lproj
x */da.lproj
x */de.lproj
x */en_AU.lproj
x */en_CA.lproj
x */en_GB.lproj
x */es.lproj
x */fi.lproj
x */fr.lproj
x */hu.lproj
x */it.lproj
x */ja.lproj
x */jp.lproj
x */ko.lproj
x */nl.lproj
x */no.lproj
x */pl.lproj
x */pt.lproj
x */pt_BR.lproj
x */pt_PT.lproj
x */ru.lproj
x */ru_RU.lproj
x */sv.lproj
x */ta.lproj
x */tr.lproj
x */zh_CN.lproj
x */zh_TW.lproj
Personal tools