0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

Update .gitignore to exclude *.exe under Cygwin

This commit is contained in:
Olaf Mandel 2014-02-14 14:37:45 +01:00
parent ba5fcc95eb
commit f1ba66a78b

2
.gitignore vendored
View File

@ -14,13 +14,13 @@ autom4te.cache
*.lo *.lo
*.loT *.loT
*.la *.la
*.exe
*.html *.html
*.pdf *.pdf
*.ps *.ps
.* .*
*~ *~
.*~ .*~
tools/curve_keygen.o
tools/curve_keygen tools/curve_keygen
tests/test_resource tests/test_resource
tests/test_ipc_wildcard tests/test_ipc_wildcard