Change libtap.so to a local static library which is not installed
[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
26 ustctl/ustctl
27 ust-consumerd/ust-consumerd
28
29 tests/basic/basic
30 tests/basic_long/basic_long
31 tests/dlopen/dlopen
32 tests/fork/fork
33 tests/fork/fork2
34 tests/hello/hello
35 tests/hello2/hello2
36 tests/libustctl_function_tests/libustctl_function_tests
37 tests/register_test/register_test
38 tests/same_line_marker/same_line_marker
39 tests/test-libustinstr-malloc/prog
40 tests/test-nevents/prog
41 tests/trace_event/trace_event_test
42 tests/tracepoint/benchmark/tracepoint_benchmark
43 tests/tracepoint/tracepoint_test
44 tests/exit-fast/exit-fast
This page took 0.031291 seconds and 5 git commands to generate.