OSDN Git Service

PATCH: [ 1699783 ] Filter addon x borland delphi
[winmerge-jp/winmerge-jp.git] / Filters / Delphi.flt
1 ## This is a directory/file filter template for WinMerge\r
2 name: Delphi filter\r
3 desc: View only files .PAS and files .DFM\r
4 \r
5 ## Select if filter is inclusive or exclusive\r
6 ## Inclusive (loose) filter lets through all items not matching rules\r
7 ## Exclusive filter lets through only items that match to rule\r
8 ## include or exclude\r
9 def: include\r
10 \r
11 ## Filters for filenames begin with f:\r
12 ## Filters for directories begin with d:\r
13 ## (Inline comments begin with " ##" and extend to the end of the line)\r
14 \r
15 f: \.^~         ## EXCLUDE temporary files\r
16 f: \.dcu$       ## EXCLUDE Delphi compiled unit\r
17 f: \.exe$       ## EXCLUDE Exe file\r
18 f: \.cfg$       ## EXCLUDE configuration file\r
19 f: \.dsk$       ## EXCLUDE File of internal information of the project\r
20 f: \.dof$       ## EXCLUDE Delphi options file\r
21 f: \.ddp$       ## EXCLUDE Delphi diagram portfolio file\r
22 f: \.db$        ## EXCLUDE File Paradox\r
23 f: \.ims$       ## EXCLUDE Icon file, normally created with IconForge\r
24 f: \.bak$       ## EXCLUDE Backup file made with WinMerge\r
25 \r
26 ## f: \.dfm$ ## Delphi Form\r
27 ## f: \.pas$ ## Delphi source\r
28 ## f: \.dpr$ ## Delphi Project\r
29 ## f: \.dpk$ ## Delphi Package\r
30 ## f: \.bpg$ ## Delphi Package Group\r
31 ## f: \.bpl$ ## Delphi Package Library\r
32 \r
33 ## d: \\subdir$ ## Filter for directory