mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-19 18:03:50 +00:00
Exclude MSVC SUO files regardless of where they are in the builds/msvc folder
This commit is contained in:
parent
78ada21eb7
commit
79575b0dd9
10
.gitignore
vendored
10
.gitignore
vendored
@ -113,11 +113,11 @@ src/libzmq.pc
|
|||||||
bin/
|
bin/
|
||||||
lib/
|
lib/
|
||||||
obj/
|
obj/
|
||||||
builds/msvc/*.suo
|
builds/msvc/**/*.suo
|
||||||
builds/msvc/*.sdf
|
builds/msvc/**/*.sdf
|
||||||
builds/msvc/*/*.user
|
builds/msvc/**/*.user
|
||||||
builds/msvc/*/*Debug
|
builds/msvc/**/*Debug
|
||||||
builds/msvc/*/*Release
|
builds/msvc/**/*Release
|
||||||
builds/redhat/zeromq.spec
|
builds/redhat/zeromq.spec
|
||||||
foreign/openpgm/*
|
foreign/openpgm/*
|
||||||
!foreign/openpgm/*.tar.bz2
|
!foreign/openpgm/*.tar.bz2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user