From 157aa01ed3c9d6701ac25c76ad90726b82d1c0ac Mon Sep 17 00:00:00 2001 From: Matthew Fosse Date: Mon, 6 Nov 2017 12:25:30 -0500 Subject: [PATCH] update .gitignore to include some user specific project settings to make building easier for others --- .gitignore | 10 ++++---- joycon-driver/joycon-driver.vcxproj.user | 30 ++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 joycon-driver/joycon-driver.vcxproj.user diff --git a/.gitignore b/.gitignore index 49a074459..1029fb4de 100644 --- a/.gitignore +++ b/.gitignore @@ -8,13 +8,13 @@ intermediate/ # User-specific files -*.suo -*.user -*.userosscache -*.sln.docstates +#*.suo +#*.user +#*.userosscache +#*.sln.docstates # User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs +#*.userprefs # Build results [Dd]ebug/ diff --git a/joycon-driver/joycon-driver.vcxproj.user b/joycon-driver/joycon-driver.vcxproj.user new file mode 100644 index 000000000..cb052e062 --- /dev/null +++ b/joycon-driver/joycon-driver.vcxproj.user @@ -0,0 +1,30 @@ + + + + true + + + + + WindowsLocalDebugger + $(ProjectDir)\build\$(Platform)\$(Configuration)\ + + + + + WindowsLocalDebugger + $(ProjectDir)\build\$(Platform)\$(Configuration)\ + + + + + WindowsLocalDebugger + $(ProjectDir)\build\$(Platform)\$(Configuration)\ + + + + + WindowsLocalDebugger + $(ProjectDir)\build\$(Platform)\$(Configuration)\ + + \ No newline at end of file