-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEmbarcaderoDelphi.flt
30 lines (26 loc) · 1.25 KB
/
EmbarcaderoDelphi.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 template for WinMerge
name: Embarcadero Delphi filter
desc: View only Embarcadero Delphi related files
## Select if filter is inclusive or exclusive
## Inclusive (loose) filter lets through all items not matching rules
## Exclusive filter lets through only items that match to rule
## include or exclude
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: \.^~ ## EXCLUDE temporary files
f: \.dcu$ ## EXCLUDE Delphi compiled unit
f: \.exe$ ## EXCLUDE Exe file
f: \.cfg$ ## EXCLUDE configuration file
f: \.dsk$ ## EXCLUDE File of internal information of the project
f: \.dof$ ## EXCLUDE Delphi options file
f: \.ddp$ ## EXCLUDE Delphi diagram portfolio file
f: \.db$ ## EXCLUDE File Paradox
f: \.ims$ ## EXCLUDE Icon file, normally created with IconForge
f: \.local ## EXCLUDE Backup file made with WinMerge
f: \.identcache ## EXCLUDE Backup file made with WinMerge
d: \\__history ## EXCLUDE __history directory
d: \\__recovery ## EXCLUDE __recovery directory
d: \\Win32 ## EXCLUDE Win32 directory
d: \\.git ## EXCLUDE .git directory