Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Discord = (?:^|/)(?:lib)?discord(?:|-rpc|_game_sdk|_partner_sdk)\.(?:dll|dylib|s
Dissonance = AudioPluginDissonance\.dll$
E-mote = ^emotedriver\.dll$
EpicOnlineServices = (?:^|/)(?:lib)?eossdk(?:-(?:win(?:32|64)|linux|mac)-shipping)?\.(?:dll|dylib|so)$
FishNet = (?:^|/)FishNet\.Runtime\.dll$
FishNet = (?:^|\/)(?:.*\/)?(?:FishNet\.Runtime\.dll|F\d{2}BuildInformation\.json|BuildInformation\.json)$
FluidSynth = fluidsynth
FMOD = (?:^|/)(?:lib)?fmod(?:l|ex|exl|studio|studiol)?(?:64)?\.(?:dylib|dll|so)$
FreeImage = (?:^|/)FreeImage\.(?:so|dll)$
Expand Down
6 changes: 6 additions & 0 deletions tests/types/SDK.FishNet.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
/FishNet.Runtime.dll
/folder/FishNet.Runtime.dll
FishNet.Runtime.dll
Fishnet.Runtime.dll
BuildInformation.json
F04BuildInformation.json
/BuildInformation.json
/F04BuildInformation.json
/folder/BuildInformation.json
/folder/F04BuildInformation.json
3 changes: 3 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ PathEngine_dll
somethingFishnet.Runtime.dll
Fishnet.Runtime_dll
Fishnet.Runtime.dllWhoopsie
FbuildInformation.json
F100BuildInformation.json
BuildInformation.json.bak
libsodium.dl
ibsodium.dll
libsodium_dll
Expand Down
Loading