updated .gtiignore and example vcxproj file

This commit is contained in:
gabime 2016-07-22 19:07:24 +03:00
parent 0ae66b5b28
commit eff486dbae
2 changed files with 2 additions and 5 deletions

2
.gitignore vendored
View File

@ -58,3 +58,5 @@ cmake_install.cmake
install_manifest.txt
/tests/tests.VC.VC.opendb
/tests/tests.VC.db
/tests/tests
/tests/logs/file_helper_test.txt

View File

@ -11,8 +11,6 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\include\spdlog\fmt\fmtlib\format.cc" />
<ClInclude Include="..\include\spdlog\fmt\fmtlib\ostream.cc" />
<ClCompile Include="example.cpp" />
</ItemGroup>
<ItemGroup>
@ -30,9 +28,6 @@
<ClInclude Include="..\include\spdlog\details\registry.h" />
<ClInclude Include="..\include\spdlog\details\spdlog_impl.h" />
<ClInclude Include="..\include\spdlog\fmt\fmt.h" />
<ClInclude Include="..\include\spdlog\fmt\fmtlib\format.h" />
<ClInclude Include="..\include\spdlog\fmt\fmtlib\ostream.h" />
<ClInclude Include="..\include\spdlog\fmt\fmtlib\printf.h" />
<ClInclude Include="..\include\spdlog\fmt\ostr.h" />
<ClInclude Include="..\include\spdlog\formatter.h" />
<ClInclude Include="..\include\spdlog\logger.h" />