0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-27 07:31:03 +08:00

Exclude MSVC SUO files regardless of where they are in the builds/msvc folder

This commit is contained in:
Dave Meehan 2014-06-05 11:59:23 +01:00
parent 78ada21eb7
commit 79575b0dd9

10
.gitignore vendored
View File

@ -113,11 +113,11 @@ src/libzmq.pc
bin/
lib/
obj/
builds/msvc/*.suo
builds/msvc/*.sdf
builds/msvc/*/*.user
builds/msvc/*/*Debug
builds/msvc/*/*Release
builds/msvc/**/*.suo
builds/msvc/**/*.sdf
builds/msvc/**/*.user
builds/msvc/**/*Debug
builds/msvc/**/*Release
builds/redhat/zeromq.spec
foreign/openpgm/*
!foreign/openpgm/*.tar.bz2