Add pkg-config file generation
[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
27 ustctl/ustctl
28 ust-consumerd/ust-consumerd
29
30 tests/basic/basic
31 tests/basic_long/basic_long
32 tests/dlopen/dlopen
33 tests/fork/fork
34 tests/fork/fork2
35 tests/hello/hello
36 tests/hello2/hello2
37 tests/libustctl_function_tests/libustctl_function_tests
38 tests/register_test/register_test
39 tests/same_line_marker/same_line_marker
40 tests/test-libustinstr-malloc/prog
41 tests/test-nevents/prog
42 tests/trace_event/trace_event_test
43 tests/tracepoint/benchmark/tracepoint_benchmark
44 tests/tracepoint/tracepoint_test
45 tests/exit-fast/exit-fast
This page took 0.030739 seconds and 4 git commands to generate.