The file types are specified using wildcards. The wildcards might be * (zero o more characters of any type) or ? (one character of any type). You can use more than one filter by using a semicolon. 

Examples:

*.txt;*.ini

*.htm?

backup*.*