-
-
Save seanorama/c94dc67623d8e50f9829 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Put expressions that hit more files first. | |
/home/chroot/.* | |
/home/[^/]+/Workspaces?/.*/target/.* | |
/home/[^/]+/Workspaces?/.*/\.pants\.d.* | |
/home/[^/]+/\.m2/repository/.* | |
/home/[^/]+/\.ivy2/(?:cache|local|limiter)/.* | |
/home/[^/]+/.*(?:~|\.(?:log|tmp|bak|lock)) | |
/home/[^/]+/S3/.* | |
/home/[^/]+/Virtualization/Machines/.* | |
# Put expressions that hits specific applications later. | |
/home/[^/]+/\.(?:com\.)?jungledisk.* | |
/home/[^/]+/\.(?:adobe|cache|dbus|dropbox|dropbox-dist|fontconfig|gconfd|gstreamer[^/]*|gvfs)/.* | |
/home/[^/]+/\.(?:INCAInternet|java|Skype|thumbnails|fontconfig|workrave|xchat2/scrollback)/.* | |
/home/[^/]+/\.(?:ICEauthority|Xauthority|esd_auth|pulse-cookie|viminfo|[^/]+history|[^/]+hst) | |
/home/[^/]+/\.(?:gtk-bookmarks|xsession-errors|goutputstream|pam_environment).* | |
/home/[^/]+/\.(?:IntelliJIdea)[^/]+/system/.* | |
/home/[^/]+/.*/\.dropbox(?:\.cache/.*|$) | |
/home/[^/]+/\.config/google-chrome/.* | |
/home/[^/]+/\.xbmc/(?:[Tt]emp|userdata/[Tt]humbnails)/.* | |
/home/[^/]+/\.local/share/(?:gnome-shell|evolution|[Tt]rash)/.* | |
(?i)/home/[^/]+/\.(?:thunderbird|mozilla/firefox)/Crash Reports.* | |
(?i)/home/[^/]+/\.(?:thunderbird|mozilla/firefox)/[^/]+/.*(?:Cache|\.db|\.sqlite|lock|\.[^/]*lock|\.sbstore|\.pset|thumbnail|Telemetry|Histo|backup|fftmp|minidump|compatibility|Photos|abook).* | |
(?i)/home/[^/]+/\.thunderbird/[^/]+/ImapMail/(?:(?:(?!msgFilterRules\.dat).)+[^/]|.*\.sbd.*) | |
/home/[^/]+/\.maildir/(?:(?!cur|new|tmp).)*dovecot.* | |
/etc/(?:(?!trustin)(?!/sources\.list).)+[^/] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment