mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
Problem: local build should do its own .gitignore
Solution: add .gitignore in builds/gyp
This commit is contained in:
parent
8559770cf3
commit
9bebd4dce9
4
.gitignore
vendored
4
.gitignore
vendored
@ -22,7 +22,6 @@ autom4te.cache
|
|||||||
*.html
|
*.html
|
||||||
*.pdf
|
*.pdf
|
||||||
*.ps
|
*.ps
|
||||||
.*
|
|
||||||
*~
|
*~
|
||||||
.*~
|
.*~
|
||||||
curve_keygen
|
curve_keygen
|
||||||
@ -170,6 +169,3 @@ zeromq-*.zip
|
|||||||
core
|
core
|
||||||
build
|
build
|
||||||
test-suite.log
|
test-suite.log
|
||||||
project.Makefile
|
|
||||||
libzmq.target.mk
|
|
||||||
out/
|
|
||||||
|
5
builds/gyp/.gitignore
vendored
Normal file
5
builds/gyp/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
project.Makefile
|
||||||
|
*.mk
|
||||||
|
out/
|
||||||
|
Makefile
|
||||||
|
|
@ -5,7 +5,6 @@
|
|||||||
#
|
#
|
||||||
# gyp --depth=. --format=make
|
# gyp --depth=. --format=make
|
||||||
# make
|
# make
|
||||||
#
|
|
||||||
{
|
{
|
||||||
'includes': [
|
'includes': [
|
||||||
'project-tests.gypi',
|
'project-tests.gypi',
|
||||||
@ -21,7 +20,7 @@
|
|||||||
'conditions': [
|
'conditions': [
|
||||||
[ 'OS=="win"', {
|
[ 'OS=="win"', {
|
||||||
'defines': [
|
'defines': [
|
||||||
'ZMQ_HAVE_WINDOWS=1',
|
'ZMQ_HAVE_WINDOWS',
|
||||||
'ZMQ_STATIC',
|
'ZMQ_STATIC',
|
||||||
'FD_SETSIZE=16384',
|
'FD_SETSIZE=16384',
|
||||||
'_CRT_SECURE_NO_WARNINGS'
|
'_CRT_SECURE_NO_WARNINGS'
|
||||||
@ -34,12 +33,12 @@
|
|||||||
}],
|
}],
|
||||||
[ 'OS=="mac"', {
|
[ 'OS=="mac"', {
|
||||||
'defines': [
|
'defines': [
|
||||||
'ZMQ_HAVE_OSX=1'
|
'ZMQ_HAVE_OSX'
|
||||||
]
|
]
|
||||||
}],
|
}],
|
||||||
[ 'OS=="linux"', {
|
[ 'OS=="linux"', {
|
||||||
'defines': [
|
'defines': [
|
||||||
'ZMQ_HAVE_LINUX=1'
|
'ZMQ_HAVE_LINUX'
|
||||||
],
|
],
|
||||||
'libraries': [
|
'libraries': [
|
||||||
'-lpthread'
|
'-lpthread'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user