Version 2.5.7
[lttng-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/
18/config.h
19/include/lttng/config.h
20/include/lttng/stamp-h2
21/include/lttng/ust-version.h
22/include/lttng/ust-config.h
23/config.h.in
24config/
25config.log
26config.status
27stamp-h1
28libtool
29lttng-ust.pc
30
31ustctl/ustctl
32ust-consumerd/ust-consumerd
33
34doc/examples/demo/demo
35doc/examples/easy-ust/sample
36doc/examples/hello-static-lib/hello
37doc/examples/gen-tp/sample
38doc/examples/gen-tp/sample_tracepoint.h
39doc/examples/demo-tracef/demo-tracef
40
41tests/hello/hello
42tests/hello.cxx/hello
43tests/same_line_tracepoint/same_line_tracepoint
44tests/ust-basic-tracing/ust-basic-tracing
45tests/ust-multi-test/ust-multi-test
46tests/trace_event/trace_event_test
47tests/tracepoint/benchmark/tracepoint_benchmark
48tests/tracepoint/tracepoint_test
49tests/snprintf/prog
50tests/benchmark/bench1
51tests/benchmark/bench2
52
53# Java JUL library
54*.class
55liblttng-ust-jul.jar
56org_lttng_ust_jul_LTTngUst.h
This page took 0.022601 seconds and 4 git commands to generate.