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 71ca6a7 commit ce9129aCopy full SHA for ce9129a
rules.ini
@@ -72,7 +72,7 @@ idTech5 = \.streamed$
72
idTech6[] = \.mega2$
73
idTech6[] = \.texdb$
74
idTech7 = \.streamdb$
75
-Kex = \.kpf$
+Kex = (?<!config)\.kpf$
76
KiriKiri = (?:^|/)KAGParserEx\.dll$
77
Lime_OR_OpenFL = (?:^|/)lime(?:-legacy)?\.[hn]dll$
78
Love2D = (?:^|/)(?:lib)?love\.(?:dll|so|so\.0)$
tests/types/_NonMatchingTests.txt
@@ -537,6 +537,7 @@ VOgreMain.dll
537
somefile.kpfwhoops
538
somefilekpf
539
somefile_kpf
540
+data/ark2d/config.kpf
541
bink2w64.ddl
542
notabink.dll
543
binkw23.dll
0 commit comments