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