From 9a36f3ed75633eceb00a7ad5a5b0498960d97369 Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Mon, 9 Nov 2020 12:57:30 +0400 Subject: [PATCH] Add .sln to gitignore --- .gitignore | 1 + Log4Sharp.sln | 16 ---------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 Log4Sharp.sln diff --git a/.gitignore b/.gitignore index c4ffd39..c19cf2e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ bin obj +*.sln \ No newline at end of file diff --git a/Log4Sharp.sln b/Log4Sharp.sln deleted file mode 100644 index bfb1a73..0000000 --- a/Log4Sharp.sln +++ /dev/null @@ -1,16 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Log4Sharp", "src\Log4Sharp\Log4Sharp.csproj", "{130E441D-9860-4598-8EFD-22C6FCDB8D7C}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {130E441D-9860-4598-8EFD-22C6FCDB8D7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {130E441D-9860-4598-8EFD-22C6FCDB8D7C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {130E441D-9860-4598-8EFD-22C6FCDB8D7C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {130E441D-9860-4598-8EFD-22C6FCDB8D7C}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection -EndGlobal