diff options
author | Gonzalo Diethelm <gonzalo.diethelm@diethelm.org> | 2012-04-05 15:50:06 -0300 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-04-06 12:09:31 +0200 |
commit | 421394768c7d00a3971a06c7d6794145b4c785b4 (patch) | |
tree | 20af74f6c2e76df5240a2f21f2e352b9fe0d3d8c | |
parent | fe33d9e6466e637f61bb09f7cee1779414f21c3f (diff) |
Changed project name in README references; ignore EXE files.
-rwxr-xr-x[-rw-r--r--] | .gitignore | 3 | ||||
-rwxr-xr-x[-rw-r--r--] | README | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index ce92051..31ca5aa 100644..100755 --- a/.gitignore +++ b/.gitignore @@ -17,9 +17,11 @@ autom4te.cache *.html *.pdf *.ps +*.patch .* *~ .*~ +tests/*.exe tests/pair_inproc tests/pair_ipc tests/pair_tcp @@ -44,6 +46,7 @@ tests/libzmq21 tests/resubscribe src/platform.hpp* src/stamp-h1 +perf/*.exe perf/local_lat perf/local_thr perf/remote_lat @@ -119,7 +119,7 @@ the `COPYING.LESSER` file included with the libxs distribution for details. [1]: <https://github.com/crossroads-io/libxs/issues> "Bug Tracker" [2]: <http://www.crossroads.io/dev:legal> "Legal Information" [3]: <http://www.crossroads.io/dev:code-review> "Code Review" -[4]: <http://github.com/crossroads-io/libxs> "LibXS Project Sources" +[4]: <http://github.com/crossroads-io> "Crossroads I/O Project Sources" [5]: <crossroads-dev@groups.crossroads.io> "Mailing List" [6]: <http://groups.crossroads.io/> "Mailing List Archives" -[7]: <http://www.crossroads.io/> "LibXS Project Site" +[7]: <http://www.crossroads.io/> "Crossroads I/O Project Site" |