diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-02-23 17:22:52 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-02-23 17:22:52 +0100 |
commit | 025c9e173c58971993858ea66fb2eeaf08de195d (patch) | |
tree | 7f3f6263ddcc33c9c2aedac5b808de9e40d60b16 /.gitignore | |
parent | 71b4947f951f0120e4aadccb42f2452bb95dba06 (diff) |
execution disabled on certain source files; some comments on java binding; MSVC temp files added to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -9,6 +9,8 @@ config.log aclocal.m4 autom4te.cache *.o +*.class +*.ncb *.lo *.loT *.la @@ -16,6 +18,8 @@ autom4te.cache *.pdf *.ps .* +*~ +.*~ src/platform.hpp* src/stamp-h1 devices/zmq_forwarder/zmq_forwarder @@ -37,6 +41,11 @@ doc/*.7 doc/*.html doc/*.xml bindings/python/setup.py +bindings/java/org_zmq_*.h src/libzmq.pc +lib/ +builds/msvc/*/*.user +builds/msvc/*/Debug +builds/msvc/*/Release foreign/openpgm/* !foreign/openpgm/*.tar.bz2 |