From 492391f749a8b75748ee47a23ebe839f0dd634c6 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 23 Apr 2017 14:29:17 -0700 Subject: [PATCH] Update .gitignore for VS2017 --- .gitignore | 5 +++++ CHANGELOG.md | 1 + 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 99f984bd..1740b535 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ bin/ bin64/ + +# Because of CMake and VS2017 +Win32/ +x64/ + diff --git a/CHANGELOG.md b/CHANGELOG.md index da313e66..c219e3af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Make close_code a proper enum * Add flat_streambuf * Rename to BEAST_DOXYGEN +* Update .gitignore for VS2017 API Changes: