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