Skip to content

Instantly share code, notes, and snippets.

@trustin
Last active October 12, 2015 20:18
Show Gist options
  • Save trustin/4081911 to your computer and use it in GitHub Desktop.
Save trustin/4081911 to your computer and use it in GitHub Desktop.
Trustin's CrashPlan exclusion regular expressions for Mac OS X (crashplan)
/Users/[^/]+/.*(~|\.(log|tmp|bak|lock))
/Users/[^/]+/\.(bash_history|scala_history|mysql_history|lesshst)
/Users/[^/]+/\.m2/repository/.*
/Users/[^/]+/\.ivy2/(cache|local)/.*
/Users/[^/]+/Library/Application Support/(Firefox|Thunderbird)/.*
/Users/[^/]+/[Ww]orkspaces?/.*/target/.*
/Users/[^/]+/[Ww]orkspaces?/openjdk/(sources|OBF_DROP_DIR)/.*
/Users/[^/]+/[Vv]irtualization/[^/]+\.vmwarevm/.*
/Users/[^/]+/[Ss]3/.*
/Users/backup/.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment