# Boring file regexps: (^|/)unittests$ (^|/)mck$ (^|/)build$ (^|/)build32$ (^|/).cdtproject$ (^|/).project$ (^|/).settings$ (^|/)paircomp$ # doxygen output (^|/)doc/html($|/) (^|/)doc/latex($|/) # depends files \.d$ # qt moc_.*\.cpp$ qrc_.*\.cpp$ (^|/)mussagl.app($|/) # mussa specific thingies \.museq$ \.muway$ \.flp$ # darcs boring file \.hi$ \.o$ \.o\.cmd$ # *.ko files aren't boring by default because they might # be Korean translations rather than kernel modules. # \.ko$ \.ko\.cmd$ \.mod\.c$ (^|/)\.tmp_versions($|/) (^|/)CVS($|/) (^|/)RCS($|/) ~$ #(^|/)\.[^/] (^|/)_darcs($|/) \.bak$ \.BAK$ \.orig$ (^|/)vssver\.scc$ \.swp$ (^|/)MT($|/) (^|/)\{arch\}($|/) (^|/).arch-ids($|/) (^|/), \.class$ \.prof$ (^|/)\.DS_Store$ (^|/)BitKeeper($|/) (^|/)ChangeSet($|/) (^|/)\.svn($|/) \.py[co]$ \# \.cvsignore$ (^|/)Thumbs\.db$