\.eml$    # One more of Micro$oft "features"
\.exe$    # Executable File
\.bat$    # Batch File
\.com$    # MS-DOS Application
\.pif$    # Shortcut to MS-DOS Application/Program
\.ade$    # Microsoft Access Project Extension
\.adp$    # Microsoft Access Project
\.asd$    # (NOT SURE - LAZY TO CHECK)
\.bas$    # Visual Basic Class Module
\.chm$    # Compiled HTML Help File
\.cmd$    # Windows NT Command Script
\.cpl$    # Control Panel Extension
\.crt$    # Security Certificate
\.dll$    # Dynamically Loadable Library
\.hlp$    # Windows Help File
\.hta$    # HTML Applications
\.inf$    # Setup Information File
\.ins$    # Internet Communication Settings
\.isp$    # Internet Communication Settings
\.js$     # JScript File
\.jse$    # JScript Encoded Script File
\.lnk$    # Shortcut
\.mde$    # Microsoft Access MDE Database
\.msc$    # Microsoft Common Console Document
\.msi$    # Windows Installer Package
\.msp$    # Windows Installer Patch
\.mst$    # Visual Test Source File
\.ocx$    # Visual Basic Component (if I am not wrong :)
\.reg$    # Registration Entries
\.scr$    # Screen Saver
\.sct$    # Windows Script Component
\.shb$    # (NOT SURE - LAZY TO CHECK)
\.shs$    # Shell Scrap Object
\.url$    # Internet Shortcut (Uniform Resource Locator)
\.vb$     # VBScript File
\.vbe$    # VBScript Encoded Script File
\.vbs$    # VBScript Script File
\.vxd$    # Windows Device Driver
\.wsc$    # Windows Script Component
\.wsf$    # Windows Script File
\.wsh$    # Windows Scripting Host Settings File

# Some other things people might want to remove

#\.mdb$    # Microsoft Access Application
#\.doc$    # Microsoft Word File
#\.xls$    # Microsoft Excel Wordsheet
#\.ppt$    # Microsoft PowerPoint Presentation
#\.sh$     # UNIX Shell Script

# Full names (or partial names) - just an example of how to remove 'winmail.dat'

#^win.*\.dat$
#^winmail\.dat$
