diff options
author | Aaron Clauson <aaron@sipsorcery.com> | 2019-06-19 09:20:20 +0200 |
---|---|---|
committer | Aaron Clauson <aaron@sipsorcery.com> | 2019-06-19 09:20:20 +0200 |
commit | 750d1bc7df5ec6505a8fb92dabface887c23817c (patch) | |
tree | 990b69c0731984b2882dc0c4d2ebc91ed1f1d3c1 /build_msvc/.gitignore | |
parent | 0b68fca700713e8e4c843c982b6047dc04410bc0 (diff) |
Cleaned up and consolidated msvc build files to allow faster builds and easier migration to vs2019.
Diffstat (limited to 'build_msvc/.gitignore')
-rw-r--r-- | build_msvc/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_msvc/.gitignore b/build_msvc/.gitignore index d5aa22c05e..8ba65dda8f 100644 --- a/build_msvc/.gitignore +++ b/build_msvc/.gitignore @@ -9,3 +9,4 @@ packages/* */x64 *.vcxproj.user *.vcxproj +*/Win32 |