From 552dc6bf1e2beaacaa2356a4a9db9f495a8959ea Mon Sep 17 00:00:00 2001 From: fdbozzo <> Date: Sat, 3 Feb 2018 13:13:25 +0100 Subject: [PATCH] Added WinMerge Visual FoxPro 9 FoxBin2Prg files filter --- .../Microsoft_Visual_FoxPro_FoxBin2Prg.flt | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 WinMergePortable/App/WinMerge/Filters/Microsoft_Visual_FoxPro_FoxBin2Prg.flt diff --git a/WinMergePortable/App/WinMerge/Filters/Microsoft_Visual_FoxPro_FoxBin2Prg.flt b/WinMergePortable/App/WinMerge/Filters/Microsoft_Visual_FoxPro_FoxBin2Prg.flt new file mode 100644 index 0000000..56c06c0 --- /dev/null +++ b/WinMergePortable/App/WinMerge/Filters/Microsoft_Visual_FoxPro_FoxBin2Prg.flt @@ -0,0 +1,29 @@ +## This is a directory/file filter template for WinMerge +name: FoxBin2Prg (Visual FoxPro 9) +desc: Exclusive filter for FoxBin2Prg text 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: exclude + +## 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: \.vc2$ ## Class libraries text views +f: \.sc2$ ## Screens text views +f: \.db2$ ## DBF database files text views +f: \.dc2$ ## DBC Database containers text views +f: \.mn2$ ## Menus text views +f: \.pj2$ ## Projects text views +f: \.h$ ## Include files +f: \.xml$ ## XML files +f: \.cfg$ ## CFG configuration files +f: \.txt$ ## Text files +f: \.fpw$ ## VFP configuration files +f: \.prg$ ## Programs + +##d: \\subdir$ ## Filter for directory +