From 23821c127dbf9b76353edece93d421fa4fc7d1c5 Mon Sep 17 00:00:00 2001 From: Zongjian Li Date: Mon, 4 Dec 2023 12:17:59 -0800 Subject: [PATCH] Fix gitignore --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4a6fb6b1..1cd7ce90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*_wpftmp.csproj +## Modifications are added to the end of the file ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. @@ -266,7 +266,10 @@ __pycache__/ !Shared/** # OpenPose dlls & models -!OpenPosePInvoke/OpenPoseLib/** +!Interoperations/OpenPosePInvoke/OpenPoseLib/** # openSMILE libs -!OpenSmileInterop/openSmileLib/** \ No newline at end of file +!Interoperations/OpenSmileInterop/openSmileLib/** + +# Exclude WPF tmp files +*_wpftmp.csproj \ No newline at end of file