mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01: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
|
||||
tools/curve_keygen
|
||||
## Executable source files must be tracked
|
||||
tools/*.[ch]
|
||||
tools/*.[ch]pp
|
||||
!tools/*.[ch]
|
||||
!tools/*.[ch]pp
|
||||
|
||||
# /tests
|
||||
## Test binaries and logs are ignored
|
||||
|
Loading…
Reference in New Issue
Block a user