diff --git a/osu.Game/IO/OsuStorage.cs b/osu.Game/IO/OsuStorage.cs index 27e1889c6a..c8a9500073 100644 --- a/osu.Game/IO/OsuStorage.cs +++ b/osu.Game/IO/OsuStorage.cs @@ -39,6 +39,11 @@ namespace osu.Game.IO { "framework.ini", "storage.ini", + + // These may not be safe to move around. + "AuthNative.dll", + "AuthNative.so", + "AuthNative.dylib" }; public override string[] IgnoreSuffixes => new[]