git://git.exim.org
/
exim-website.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
minor updates
[exim-website.git]
/
filter
/
extension_regexp
1
# $Id: extension_regexp,v 1.3 2001/09/19 10:19:42 nigel Exp $
2
# matches the list of extensions
3
# uses non-capturing brackets
4
(?:ad[ep] # list of extns
5
|ba[st]
6
|chm
7
|cmd
8
|com
9
|cpl
10
|crt
11
|eml
12
|exe
13
|hlp
14
|hta
15
|in[fs]
16
|isp
17
|jse?
18
|lnk
19
|md[be]
20
|ms[cipt]
21
|pcd
22
|pif
23
|reg
24
|scr
25
|sct
26
|shs
27
|url
28
|vb[se]
29
|ws[fhc])
30
# end