Fix: liblttng-ust-fork Makefile flags mismatch
[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/include/lttng/ust-config.h
23/config.h.in
24config/
25config.log
26config.status
27stamp-h1
28libtool
29lttng-ust.pc
30
31ustctl/ustctl
32ust-consumerd/ust-consumerd
33
34tests/basic/basic
35tests/basic_long/basic_long
36tests/daemon/daemon
37tests/demo/demo
38tests/dlopen/dlopen
39tests/exit-fast/exit-fast
40tests/fork/fork
41tests/fork/fork2
42tests/hello/hello
43tests/hello.cxx/hello
44tests/hello2/hello2
45tests/libustctl_function_tests/libustctl_function_tests
46tests/register_test/register_test
47tests/same_line_marker/same_line_marker
48tests/ust-basic-tracing/ust-basic-tracing
49tests/ust-multi-test/ust-multi-test
50tests/test-libustinstr-malloc/prog
51tests/test-nevents/prog
52tests/trace_event/trace_event_test
53tests/tracepoint/benchmark/tracepoint_benchmark
54tests/tracepoint/tracepoint_test
55tests/hello-static-lib/hello
This page took 0.022278 seconds and 4 git commands to generate.