From c794829a203f21f375be19076cf439825a755c1a Mon Sep 17 00:00:00 2001 From: Przemyslaw Skibinski Date: Wed, 9 Nov 2016 13:34:35 +0100 Subject: update .gitignore --- .gitignore | 2 -- visual/.gitignore | 18 ++++++------------ visual/VS2010/liblz4-dll/lz4-dll.vcxproj | 1 + visual/VS2010/lz4.sln | 1 - 4 files changed, 7 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index cd47ddd..6bcbb3e 100644 --- a/.gitignore +++ b/.gitignore @@ -20,8 +20,6 @@ lz4 # IDE / editors files -*.suo -*.user .clang_complete _codelite/ _codelite_lz4/ diff --git a/visual/.gitignore b/visual/.gitignore index b11d58f..dea92fc 100644 --- a/visual/.gitignore +++ b/visual/.gitignore @@ -1,16 +1,10 @@ +# Visual C++ +.vs/ *Copy *.db -.vs/ +*.opensdf +*.sdf +*.suo +*.user -# Visual C++ -build/ -VS2005/ -VS2008/ VS2010/bin/ -VS2010/obj/ -VS2012/ -VS2013/ -VS2015/ - -# CMake -cmake/ diff --git a/visual/VS2010/liblz4-dll/lz4-dll.vcxproj b/visual/VS2010/liblz4-dll/lz4-dll.vcxproj index eef1b2e..ac17287 100644 --- a/visual/VS2010/liblz4-dll/lz4-dll.vcxproj +++ b/visual/VS2010/liblz4-dll/lz4-dll.vcxproj @@ -24,6 +24,7 @@ liblz4-dll $(SolutionDir)bin\$(Platform)_$(Configuration)\ $(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\ + liblz4-dll diff --git a/visual/VS2010/lz4.sln b/visual/VS2010/lz4.sln index c88461e..6858164 100644 --- a/visual/VS2010/lz4.sln +++ b/visual/VS2010/lz4.sln @@ -1,4 +1,3 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Express 2012 for Windows Desktop Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lz4", "lz4\lz4.vcxproj", "{E30329AC-0057-4FE0-8FDA-7F650D398C4C}" -- cgit v0.12