From 8618ed66f4197bb519ca72199fb60e3e3a285b1b Mon Sep 17 00:00:00 2001 From: Jonathan Ingram <26800139+GirianSeed@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:45:40 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4fa7b67..ae6087d 100644 --- a/.gitignore +++ b/.gitignore @@ -330,9 +330,9 @@ node_modules/ # Visual Studio 6 auto-generated project file (contains which files were open etc.) *.vbp -# Visual Studio 6 workspace and project file (working project files containing files to include in project) -*.dsw -*.dsp +## # Visual Studio 6 workspace and project file (working project files containing files to include in project) +## *.dsw +## *.dsp # Visual Studio 6 technical files *.ncb @@ -463,6 +463,7 @@ Xbox-Release/ !**/COPYING.LIB !**/ENCVAG.DLL !**/ENCVAG.LIB +!**/Mp3dec.asi !**/Mss32.dll !**/XT4100Libd.dll !**/dsptool.dll @@ -477,11 +478,15 @@ Xbox-Release/ !xCore/3rdParty/DirectX9/*.lib !xCore/3rdParty/Miles6/Examples/Win/*.dll !xCore/3rdParty/Miles6/Examples/Win/*.exe +!xCore/3rdParty/Miles6/Examples/Win/*.m3d !xCore/3rdParty/Miles6/Examples/console/*.dll !xCore/3rdParty/Miles6/Examples/console/*.exe !xCore/3rdParty/Miles6/lib/win/*.lib !xCore/3rdParty/Miles6/redist/win32/ -!xCore/3rdParty/Miles6/redist/win32/Mss32.dll +!xCore/3rdParty/Miles6/redist/win32/*.asi +!xCore/3rdParty/Miles6/redist/win32/*.dll +!xCore/3rdParty/Miles6/redist/win32/*.flt +!xCore/3rdParty/Miles6/redist/win32/*.m3d !xCore/3rdParty/Miles6/src/M3d/Rsx/*.lib !xCore/3rdParty/Miles6/src/win/Dodefs.exe !xCore/3rdParty/Miles6/tools/win/*.dll