From 26298d7ae44e9a4561c3cf2837ab41d2808f954b Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 7 Aug 2018 11:36:53 -0700 Subject: [PATCH] fixup! Disable project layout changes for test apps and samples to workaround #261 --- .gitignore | 18 ++++++++++-------- samples/.gitignore | 3 --- test/testapps/.gitignore | 3 --- 3 files changed, 10 insertions(+), 14 deletions(-) delete mode 100644 samples/.gitignore delete mode 100644 test/testapps/.gitignore diff --git a/.gitignore b/.gitignore index f4b1a1a12..0caac1183 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ -.vs/ -*.user -launchSettings.json -artifacts/ -msbuild.binlog -.vscode/ -BenchmarkDotNet.Artifacts/ -*.binlog \ No newline at end of file +.vs/ +bin/ +obj/ +*.user +launchSettings.json +artifacts/ +msbuild.binlog +.vscode/ +BenchmarkDotNet.Artifacts/ +*.binlog diff --git a/samples/.gitignore b/samples/.gitignore deleted file mode 100644 index 8d1b73abc..000000000 --- a/samples/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Workaround for #261 which requires the bin and obj directory be in the project directory -bin/ -obj/ \ No newline at end of file diff --git a/test/testapps/.gitignore b/test/testapps/.gitignore deleted file mode 100644 index 8d1b73abc..000000000 --- a/test/testapps/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Workaround for #261 which requires the bin and obj directory be in the project directory -bin/ -obj/ \ No newline at end of file