Zero-initialize struct msghdr
[lttng-ust.git] / .gitignore
... / ...
CommitLineData
1*.so
2*.swp
3*.o
4*.swo
5Makefile
6.libs/
7.deps/
8*~
9*.a
10*.la
11*.lo
12Makefile.in
13*.loT
14*.info
15configure
16aclocal.m4
17autom4te.cache/
18/config.h
19/include/lttng/config.h
20/include/lttng/stamp-h2
21/include/lttng/ust-version.h
22/config.h.in
23config/
24config.log
25config.status
26stamp-h1
27libtool
28lttng-ust.pc
29
30ustctl/ustctl
31ust-consumerd/ust-consumerd
32
33tests/basic/basic
34tests/basic_long/basic_long
35tests/demo/demo
36tests/dlopen/dlopen
37tests/exit-fast/exit-fast
38tests/fork/fork
39tests/fork/fork2
40tests/hello/hello
41tests/hello.cxx/hello
42tests/hello2/hello2
43tests/libustctl_function_tests/libustctl_function_tests
44tests/register_test/register_test
45tests/same_line_marker/same_line_marker
46tests/ust-basic-tracing/ust-basic-tracing
47tests/ust-multi-test/ust-multi-test
48tests/test-libustinstr-malloc/prog
49tests/test-nevents/prog
50tests/trace_event/trace_event_test
51tests/tracepoint/benchmark/tracepoint_benchmark
52tests/tracepoint/tracepoint_test
This page took 0.023148 seconds and 4 git commands to generate.