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
commit 323420c5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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