Merge branch 'master' of /home/git/concurrency-benchmarks
[c11concurrency-benchmarks.git] / gdax-orderbook-hpp / demo / dependencies / websocketpp-0.7.0 / .gitignore
1 # make .git* files visible to git
2 !.gitignore
3 !.gitattributes
4
5 .DS_Store
6
7 #vim stuff
8 *~
9 *.swp
10
11 *.o
12 *.so
13 *.so.?
14 *.so.?.?.?
15 *.a
16 *.dylib
17 lib/*
18
19 # CMake
20 *.cmake
21 *.dir
22 CMakeFiles
23 INSTALL.*
24 ZERO_CHECK.*
25 CMakeCache.txt
26 install_manifest.txt
27
28 # Windows/Visual Studio
29 *.vcproj*
30 *.sln
31 *.suo
32 *.ncb
33 */Debug/*
34 */*/Debug/*
35 bin/Debug
36 */Release/*
37 */*/Release/*
38 */RelWithDebInfo/*
39 */*/RelWithDebInfo/*
40
41 # explicitly allow this path with /debug/ in it
42 !websocketpp/transport/debug/*
43
44 objs_shared/
45 objs_static/
46
47 examples/chat_server/chat_server
48 examples/echo_server/echo_server
49 examples/chat_client/chat_client
50 examples/echo_client/echo_client
51 test/basic/tests
52 libwebsocketpp.dylib.0.1.0
53
54 websocketpp.xcodeproj/xcuserdata/*
55 websocketpp.xcodeproj/project.xcworkspace/xcuserdata/*
56 policy_based_notes.hpp
57
58 examples/echo_server_tls/echo_server_tls
59
60 examples/fuzzing_client/fuzzing_client
61
62 examples/stress_client/stress_client
63
64 examples/broadcast_server_tls/broadcast_server
65
66 test/basic/perf
67
68 examples/echo_server_tls/echo_server_tls
69
70 examples/concurrent_server/concurrent_server
71
72 examples/fuzzing_server_tls/fuzzing_server
73
74 examples/wsperf/wsperf
75
76 .sconsign.dblite
77
78 build/
79 doxygen/
80 examples/wsperf/wsperf_client
81
82 *.out
83
84 *.log
85 *.opensdf
86 *.sdf
87 *.vcxproj
88 *.vcxproj.filters
89 *.user
90 install
91 Makefile
92 bin
93
94 Testing/Temporary/CTestCostData.txt