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