We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9904454 commit 6c38740Copy full SHA for 6c38740
3 files changed
rules.ini
@@ -125,7 +125,8 @@ Irrlicht = (?:^|/)Irrlicht\.dll$
125
IW_Engine[] = \.iwd$
126
IW_Engine[] = (?:common(?:_zm|_mp)?|code_post_gfx)\.ff$
127
Kex = \.kpf$
128
-KiriKiri = (?:^|/)data\.xp3$
+KiriKiri[] = (?:^|/)data\.xp3$
129
+KiriKiri[] = (?:^|/)krflash\.dll$
130
KMY = (?:^|/)kmyCore\.dll$
131
Lightvn = \.vndat$
132
Lime_OR_OpenFL = (?:^|/)lime(?:-legacy)?\.[hn]dll$
tests/types/Engine.KiriKiri.txt
@@ -1,2 +1,5 @@
1
-data.xp3
2
/data.xp3
+/krflash.dll
3
+data.xp3
4
+data/krflash.dll
5
+krflash.dll
tests/types/_NonMatchingTests.txt
@@ -69,6 +69,8 @@ Sub/Folder/argss102e.dll
69
data_xp3
70
notreallydata.xp3
71
data.xp3aisjdosadjods
72
+fkrflash.dll
73
+krflash/
74
Binaries/Win64Whatever
75
GFSDK_sasdasWorks
76
probably_not_GFSDK_HairWorks
0 commit comments