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 /.gitignore | |
parent | fe33d9e6466e637f61bb09f7cee1779414f21c3f (diff) |
Changed project name in README references; ignore EXE files.
Diffstat (limited to '.gitignore')
-rwxr-xr-x[-rw-r--r--] | .gitignore | 3 |
1 files changed, 3 insertions, 0 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 |