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