Fix: honor send timeout on unix socket connect
[lttng-ust.git] / .gitignore
... / ...
CommitLineData
1*.so
2*.swp
3*.o
4*.swo
5*.trs
6*.log
7Makefile
8.libs/
9.deps/
10*~
11*.a
12*.la
13*.lo
14Makefile.in
15*.loT
16*.info
17cscope.*
18configure
19aclocal.m4
20autom4te.cache/
21/config.h
22/include/lttng/config.h
23/include/lttng/stamp-h2
24/include/lttng/ust-version.h
25/include/lttng/ust-config.h
26/config.h.in
27config/
28config.log
29config.status
30stamp-h1
31libtool
32lttng-ust.pc
33
34ustctl/ustctl
35ust-consumerd/ust-consumerd
36
37doc/examples/demo/demo
38doc/examples/easy-ust/sample
39doc/examples/hello-static-lib/hello
40doc/examples/gen-tp/sample
41doc/examples/gen-tp/sample_tracepoint.h
42doc/examples/demo-tracef/demo-tracef
43doc/examples/demo-tracelog/demo-tracelog
44
45doc/man/*.xml
46doc/man/lttng-gen-tp.1
47doc/man/lttng-ust-cyg-profile.3
48doc/man/lttng-ust-dl.3
49doc/man/lttng-ust.3
50doc/man/tracef.3
51doc/man/tracelog.3
52
53tests/hello/hello
54tests/hello.cxx/hello
55tests/same_line_tracepoint/same_line_tracepoint
56tests/ust-basic-tracing/ust-basic-tracing
57tests/ust-multi-test/ust-multi-test
58tests/trace_event/trace_event_test
59tests/tracepoint/benchmark/tracepoint_benchmark
60tests/tracepoint/tracepoint_test
61tests/snprintf/prog
62tests/ust-elf/prog
63tests/ust-elf/test_ust_elf
64tests/benchmark/bench1
65tests/benchmark/bench2
66tests/ctf-types/ctf-types
67tests/test-app-ctx/hello
68tests/gcc-weak-hidden/test-gcc-wh
69tests/gcc-weak-hidden/test_gcc_weak_hidden
70
71# Java agent library
72*.class
73lttng-ust-agent*.jar
74liblttng-ust-agent.jar
75classnoinst.stamp
76jni-header.stamp
77context-jni-header.stamp
78jul-jni-header.stamp
79log4j-jni-header.stamp
80org_lttng_ust_agent_context_LttngContextApi.h
81org_lttng_ust_agent_jul_LttngJulApi.h
82org_lttng_ust_agent_log4j_LttngLog4jApi.h
83
84# Python agent
85python-lttngust/lttngust/__init__.py
86python-lttngust/**/*.pyc
87python-lttngust/build
88python-lttngust/setup.py
This page took 0.022675 seconds and 4 git commands to generate.