forked from libtrading/libtrading
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
40 lines (39 loc) · 923 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
*.d
*.o
/libtrading-config
/libtrading.a
/libtrading.dylib
/libtrading.so
/tags
/test-trade
/tools/cert/micex/forts
/tools/fast/fast_client
/tools/fast/fast_server
/tools/fast/fast_orderbook
/tools/fast/fast_parser
/tools/fix/fix_client
/tools/fix/fix_server
/tools/fix/fix_perf
/tools/sim/market
/tools/sim/trader
/tools/tape/tape
/tools/test-fix-client
/tools/test-fix-server
/tools/test/protocol/boe/*.bin
/tools/test/test-runner.c
/tools/test/test-suite.h
/LIBTRADING-VERSION-FILE
/include/libtrading/probes.h
# Generated FIX dialects:
/include/libtrading/proto/iex_fix.h
/include/libtrading/proto/kcg_hotspot_fix.h
/include/libtrading/proto/mbt_fix.h
/include/libtrading/proto/micex_fix.h
/include/libtrading/proto/cme_globex_fix.h
/include/libtrading/proto/ice_os_fix.h
/lib/proto/iex_fix.c
/lib/proto/kcg_hotspot_fix.c
/lib/proto/mbt_fix.c
/lib/proto/micex_fix.c
/lib/proto/cme_globex_fix.c
/lib/proto/ice_os_fix.c