forked from zeromq/jzmq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
77 lines (77 loc) · 1.45 KB
/
.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Makefile.in
perf/Makefile.in
src/Makefile.in
Makefile
aclocal.m4
autom4te.cache
autoscan.log
configure
config.log
config.status
configure.scan
libtool
*.stamp
stamp-*
*.class
.deps
.libs
*.la
*.o
*.lo
*~
src/main/c++/config.hpp.in
src/main/c++/config.hpp
src/main/c++/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
*.iml
config/
build/
builds/msvc/Debug/
builds/msvc/Release/
builds/msvc/UpgradeLog.XML
builds/msvc/_UpgradeReport_Files/
builds/msvc/jzmq/*.dll
builds/msvc/jzmq/jzmq.vcxproj*
builds/msvc/msvc.sdf
builds/msvc/*.lib
builds/msvc/*.dll
builds/msvc/local_lat/local_lat.vcxproj*
builds/msvc/local_thr/local_thr.vcxproj*
builds/msvc/remote_lat/remote_lat.vcxproj*
builds/msvc/remote_thr/remote_thr.vcxproj*
perf/*.dll
\#*
.\#*
*.jar
INSTALL