Merge pull request #3850 from JSYoo5B/git-ignore-fix-track

Fix gitignore tracking file list
This commit is contained in:
Luca Boccassi
2020-03-18 08:42:22 +00:00
committed by GitHub

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