forked from WinMerge/winmerge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ADAMulti.flt
30 lines (26 loc) · 884 Bytes
/
ADAMulti.flt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## This is a directory/file filter for WinMerge
## This filter suppresses various binaries found in ADAMulti source trees
name: ADAMulti
desc: Suppresses various binaries found in ADAMulti source trees
## This is an inclusive (loose) filter
## (it lets through everything not specified)
def: include
## Filters for filenames begin with f:
## Filters for directories begin with d:
## (Inline comments begin with " ##" and extend to the end of the line)
f: \.o$ ## Object file
f: \.lib$
f: \.obj$ ## Object file
f: \.inf$ ## Generated file
f: \.map$ ## Map file
f: \.lst$ ## list file
f: \.ti$ ## generated file
f: \.dbo$ ## Object file
f: \.dla$ ## Object file
f: \.dnm$ ## Node map file?
f: \.bin$ ## Code file
f: \.a$ ## library file
f: \.s$
d: \\cvs$ ## cvs repository files
d: \\obj$ ## object file directory
d: \\objs$ ## object file directory