Convert man pages to AsciiDoc
[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 cscope.*
16 configure
17 aclocal.m4
18 autom4te.cache/
19 /config.h
20 /include/lttng/config.h
21 /include/lttng/stamp-h2
22 /include/lttng/ust-version.h
23 /include/lttng/ust-config.h
24 /config.h.in
25 config/
26 config.log
27 config.status
28 stamp-h1
29 libtool
30 lttng-ust.pc
31
32 ustctl/ustctl
33 ust-consumerd/ust-consumerd
34
35 doc/examples/demo/demo
36 doc/examples/easy-ust/sample
37 doc/examples/hello-static-lib/hello
38 doc/examples/gen-tp/sample
39 doc/examples/gen-tp/sample_tracepoint.h
40 doc/examples/demo-tracef/demo-tracef
41 doc/examples/demo-tracelog/demo-tracelog
42
43 doc/man/*.xml
44 doc/man/lttng-gen-tp.1
45 doc/man/lttng-ust-cyg-profile.3
46 doc/man/lttng-ust-dl.3
47 doc/man/lttng-ust.3
48 doc/man/tracef.3
49 doc/man/tracelog.3
50
51 tests/hello/hello
52 tests/hello.cxx/hello
53 tests/same_line_tracepoint/same_line_tracepoint
54 tests/ust-basic-tracing/ust-basic-tracing
55 tests/ust-multi-test/ust-multi-test
56 tests/trace_event/trace_event_test
57 tests/tracepoint/benchmark/tracepoint_benchmark
58 tests/tracepoint/tracepoint_test
59 tests/snprintf/prog
60 tests/ust-elf/prog
61 tests/ust-elf/test_ust_elf
62 tests/benchmark/bench1
63 tests/benchmark/bench2
64
65 # Java agent library
66 *.class
67 lttng-ust-agent*.jar
68 classnoinst.stamp
69 jni-header.stamp
70 context-jni-header.stamp
71 jul-jni-header.stamp
72 log4j-jni-header.stamp
73 org_lttng_ust_agent_context_LttngContextApi.h
74 org_lttng_ust_agent_jul_LttngJulApi.h
75 org_lttng_ust_agent_log4j_LttngLog4jApi.h
76
77 # Python agent
78 python-lttngust/lttngust/__init__.py
79 python-lttngust/**/*.pyc
80 python-lttngust/build
81 python-lttngust/setup.py
This page took 0.032431 seconds and 5 git commands to generate.