From caa48918553b5e4b930739700140363d4abb4e5c Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Thu, 19 Jun 2025 10:41:45 +0100 Subject: [PATCH] Fix outdated paths in `.gitattributes` --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index fcd70f6..043d974 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -Guest/Sources/VultDSP/*.cpp linguist-generated -Guest/Sources/VultDSP/*.h linguist-generated -Guest/Sources/VultDSP/**/*.vult linguist-generated -Guest/Sources/dlmalloc/** linguist-vendored +AudioWorkstation/Guest/Sources/VultDSP/*.cpp linguist-generated +AudioWorkstation/Guest/Sources/VultDSP/*.h linguist-generated +AudioWorkstation/Guest/Sources/VultDSP/**/*.vult linguist-generated +AudioWorkstation/Guest/Sources/dlmalloc/** linguist-vendored