mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 01:37:56 +08:00
Problem: executable sources are not tracked
Solution: Fix .gitignore's exceptions for sources in tools/
This commit is contained in:
parent
876d4bfead
commit
eceaaf360b
4
.gitignore
vendored
4
.gitignore
vendored
@ -65,8 +65,8 @@ src/libzmq.pc
|
|||||||
## Executable binaries are ignored
|
## Executable binaries are ignored
|
||||||
tools/curve_keygen
|
tools/curve_keygen
|
||||||
## Executable source files must be tracked
|
## Executable source files must be tracked
|
||||||
tools/*.[ch]
|
!tools/*.[ch]
|
||||||
tools/*.[ch]pp
|
!tools/*.[ch]pp
|
||||||
|
|
||||||
# /tests
|
# /tests
|
||||||
## Test binaries and logs are ignored
|
## Test binaries and logs are ignored
|
||||||
|
Loading…
x
Reference in New Issue
Block a user