annotate .hgignore @ 613:2cd71b7c1e8e

Repurpose nn_conn_close() to only close the socket, but not free the connection structure. Add new function nn_conn_free() to do the freeing (also calls nn_conn_close()).
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 May 2014 06:50:12 +0300
parents 727ce827482b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
380
727ce827482b Added .hgignore.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 syntax: glob
727ce827482b Added .hgignore.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 ChangeLog
727ce827482b Added .hgignore.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 *~
727ce827482b Added .hgignore.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 *.orig
727ce827482b Added .hgignore.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 *.diff
727ce827482b Added .hgignore.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 logs/
727ce827482b Added .hgignore.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 *.o
727ce827482b Added .hgignore.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 installer/