Update version to 0.16
[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 /config.h.in
20 config/
21 config.log
22 config.status
23 stamp-h1
24 libtool
25 ust.pc
26 include/ust/version.h
27
28 ustctl/ustctl
29 ust-consumerd/ust-consumerd
30
31 tests/basic/basic
32 tests/basic_long/basic_long
33 tests/dlopen/dlopen
34 tests/fork/fork
35 tests/fork/fork2
36 tests/hello/hello
37 tests/hello2/hello2
38 tests/libustctl_function_tests/libustctl_function_tests
39 tests/register_test/register_test
40 tests/same_line_marker/same_line_marker
41 tests/test-libustinstr-malloc/prog
42 tests/test-nevents/prog
43 tests/trace_event/trace_event_test
44 tests/tracepoint/benchmark/tracepoint_benchmark
45 tests/tracepoint/tracepoint_test
46 tests/exit-fast/exit-fast
This page took 0.029753 seconds and 4 git commands to generate.