Update .gitignore for VS2017

This commit is contained in:
Vinnie Falco
2017-04-23 14:29:17 -07:00
parent 19b75e5048
commit 492391f749
2 changed files with 6 additions and 0 deletions

5
.gitignore vendored
View File

@ -1,2 +1,7 @@
bin/
bin64/
# Because of CMake and VS2017
Win32/
x64/

View File

@ -5,6 +5,7 @@
* Make close_code a proper enum
* Add flat_streambuf
* Rename to BEAST_DOXYGEN
* Update .gitignore for VS2017
API Changes: