* Build folder excluded in gitignore

* vcxproject.user added
pull/288/head
vwbij 9 years ago
parent 230c34ce90
commit 4f8eda9e35

2
.gitignore vendored

@ -62,6 +62,8 @@ spdlogLbTest/ipch/*
spdlogLbTest/logs/*
SpeedTest/Debug/*
SpeedTest/Release/*
tests/Debug/*
tests/Release/*
# generated files

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>
Loading…
Cancel
Save