diff --git a/.boring b/.boring index 6056f4f..6462424 100644 --- a/.boring +++ b/.boring @@ -1,13 +1,18 @@ -# Boring file regexps: -(^|/)_darcs($|/) -(^|/)CVS($|/) -(^|/)\.svn($|/) +# +# Boring file regular expressions +# + +~$ +\# (^|/)\.DS_Store$ (^|/)Thumbs\.db$ -\# -~$ (^|/)core(\.[0-9]+)?$ -\.(pyc|pyo|o|so|orig|bak|BAK|prof|wpu|cvsignore)$ -(^|/)build($|/) -(^|/)dist($|/) +\.(pyc|pyo|o|so|orig|rej|prof|bak|BAK|tmp|wpu)$ + +(^|/)\.idea($|/) +(^|/)\.komodotools($|/) +(^|/)_darcs($|/) + ^MANIFEST$ +^build($|/) +^dist($|/)