OSDN Git Service

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