Skip to content
Open
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: 2 additions & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ GlyphX = ^ClientLauncherG(?:64)?\.exe$
Godot[] = (?:^|/)project\.godot$ ; Extra detections are in IsEngineGodot
Godot[] = (?:^|/)(?:lib)?godotsteam
Godot[] = (?:^|/)(?:lib)?steamsdk-godot
Godot[] = (?:^|/)godot_boy\.windows\.x86_64\.dll$
Godot[] = (?:^|/)libgodot_boy\.linux\.x86_64\.so$
GoldSource = (?:^|Bin/)vgui\.dll$
GZDoom[] = (?:^|/)zmusic\.dll$
GZDoom[] = (?:^|/)gzdoom\.pk3$
Expand Down
4 changes: 4 additions & 0 deletions tests/types/Engine.Godot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
/steamsdk-godot
/steamsdk-godot-test
/steamsdk-godot@
/godot_boy.windows.x86_64.dll
/libgodot_boy.linux.x86_64.so
Sub/Folder/project.godot
godotsteam
godotsteam.dll
Expand All @@ -25,3 +27,5 @@ project.godot
steamsdk-godot
steamsdk-godot.dll
steamsdk-godot@
godot_boy.windows.x86_64.dll
libgodot_boy.linux.x86_64.so
4 changes: 4 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,10 @@ alibsteamsdk-godot.so
agodotsteam.dll
agodotsteam.so
/agodotsteam-test
godot_boy.linux.x86_64.dll
libgodot_boy.windows.x86_64.so
godot_boy.windows.x86_64
godot_boy.linux.x86_64.so
Files/languagebank/english/textfiles/fpsc-050
Files/languagebank/english/textfiles/notactuallyfpsc-050.ini
Files/languagebank/english/textfiles/fpsc-050.iniwhoops
Expand Down