Problem: executable sources are not tracked

Solution: Fix .gitignore's exceptions for sources in tools/
This commit is contained in:
JaeSang Yoo 2020-03-18 12:50:39 +09:00
parent 876d4bfead
commit eceaaf360b

4
.gitignore vendored
View File

@ -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