Commit eceaaf36 authored by JaeSang Yoo's avatar JaeSang Yoo

Problem: executable sources are not tracked

Solution: Fix .gitignore's exceptions for sources in tools/
parent 876d4bfe
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment