Skip to content

Commit 0e1faa5

Browse files
committed
Split more extension rules
1 parent ee0aa87 commit 0e1faa5

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

rules.ini

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ PyGame = (?:^|/)pygame
166166
Rayne = (?:^|/)Rayne\.dll$
167167
RealVirtuality[] = \.pbo$
168168
RealVirtuality[] = \.bisign$
169-
REDengine = \.(?:red|w2)scripts$
169+
REDengine[] = \.redscripts$
170+
REDengine[] = \.w2scripts$
170171
RenPy[] = (?:^|/)renpy(?:$|/)
171172
RenPy[] = \.rpyb$
172173
RE_Engine = (?:^|/)re_chunk_000\.pak$
@@ -192,7 +193,8 @@ SRPG_Studio[] = (?:^|/)data\.dts$
192193
SRPG_Studio[] = (?:^|/)runtime\.rts$
193194
Stencyl = (?:^|/)assets/data/behaviors\.mbs$
194195
Stride = (?:^|/)(?:Stride|Xenko)\.Core\.dll$
195-
TelltaleTool = \.ttarch2?$
196+
TelltaleTool[] = \.ttarch$
197+
TelltaleTool[] = \.ttarch2$
196198
Torque = \.cs\.dso$
197199
TyranoBuilder[] = (?:^|/)tyrano\.js$
198200
TyranoBuilder[] = _tyrano_data\.sav$
@@ -205,7 +207,8 @@ Unity[] = (?:^|/)globalgamemanagers\.assets$
205207
Unreal[] = (?:^|/)Engine/Shaders/Binaries/
206208
Unreal[] = (?:^|/)Engine/Binaries/ThirdParty/
207209
Unreal[] = (?:^|/)UnrealEd\.
208-
Unreal[] = \.u(?:pk|asset)$
210+
Unreal[] = \.upk$
211+
Unreal[] = \.uasset$
209212
Virtools = (?:^|/)CKDX[7-9]Rasterizer\.dll$
210213
Vision = (?:^|/)vision(?:71|80|90|100)?\.dll$
211214
VisionaireStudio = (?:^|/)VisionaireConfigurationTool\.exe$
@@ -262,7 +265,8 @@ Awesomium[] = (?:^|/)Awesomium\.dll$
262265
Awesomium[] = (?:^|/)Awesomium_process\.exe$
263266
Azure_Playfab_Party[] = (?:^|/)Party(?:Win|Win7|Win32|XboxLive|XboxLiveWin32)?\.dll$
264267
Azure_Playfab_Party[] = (?:^|/)XPlatCppWindows\.dll$
265-
BASS = (?:^|/)(?:bass(?:flac|midi)?\.dll|libbass\.(?:dylib|so))$
268+
BASS[] = (?:^|/)bass(?:flac|midi)?\.dll$
269+
BASS[] = (?:^|/)libbass\.(?:dylib|so)$
266270
Bink_Video = (?:^|/)bink2?w(?:64|32)?\.dll$
267271
Box2D = (?:^|/)box2d\.(?:(?:XNA\.)?dll|txt|wasm)$
268272
BugTrap = (?:^|/)BugTrapU?(?:-x64)?\.dll$
@@ -280,7 +284,7 @@ EpicOnlineServices = (?:^|/)(?:lib)?eossdk
280284
FishNet = (?:^|/)FishNet\.Runtime\.dll$
281285
FluidSynth = fluidsynth
282286
FMOD = (?:^|/)(?:lib)?fmod(?:l|ex|exl|studio|studiol)?(?:64)?\.(?:dylib|dll|so)$
283-
FreeImage = (?:^|/)FreeImage(?:\.so|\.dll)$
287+
FreeImage = (?:^|/)FreeImage\.(?:so|dll)$
284288
Game_Development_Kit = (?:^|/)(?:XGamingRuntime(?:Thunks)?|XCurl|Microsoft_Xbox_Services_141_GDK_C_Thunks)\.dll$
285289
Granny_3D = (?:^|/)granny2(?:_x64)?\.dll$
286290
Greenworks = (?:^|/)greenworks-(?:win|osx|linux)(?:32|64)?\.node$

0 commit comments

Comments
 (0)