forked from zeromq/jzmq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (53 loc) · 977 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
src/zmq.jar
src/Zmq.jar
perf/zmq-perf.jar
Makefile
autom4te.cache
autoscan.log
config.log
config.status
configure.scan
libtool
*.stamp
stamp-*
*.class
.deps
.libs
*.la
*.o
*.lo
*~
src/config.hpp
src/org_zeromq_*.h
lib/
target/
.classpath
.project
.settings/
build-stamp
configure-stamp
builds/msvc/msvc.ncb
builds/msvc/msvc.suo
builds/msvc/jzmq/jzmq.vcproj.*
builds/msvc/local_lat/local_lat.vcproj.*
builds/msvc/local_thr/local_thr.vcproj.*
builds/msvc/remote_lat/remote_lat.vcproj.*
builds/msvc/remote_thr/remote_thr.vcproj.*
builds/msvc/jzmq/Debug/
builds/msvc/local_lat/Debug/
builds/msvc/local_thr/Debug/
builds/msvc/remote_lat/Debug/
builds/msvc/remote_thr/Debug/
builds/msvc/jzmq/Release/
builds/msvc/local_lat/Release/
builds/msvc/local_thr/Release/
builds/msvc/remote_lat/Release/
builds/msvc/remote_thr/Release/
debian/files
debian/jzmq.debhelper.log
debian/jzmq.postinst.debhelper
debian/jzmq.postrm.debhelper
debian/jzmq.substvars
debian/jzmq/
debian/tmp/
.DS_Store