doc: remove duplicate LTTNG_UST_BLOCKING_RETRY_TIMEOUT man page entry
[lttng-ust.git] / .gitignore
CommitLineData
3a7b90de
PMF
1*.so
2*.swp
3*.o
4*.swo
f3c7428e
MJ
5*.trs
6*.log
ca9e4502
PMF
7Makefile
8.libs/
9.deps/
10*~
67787f50 11*.a
ca9e4502
PMF
12*.la
13*.lo
14Makefile.in
15*.loT
cf1da69d 16*.info
60e2ee97 17cscope.*
ca9e4502
PMF
18configure
19aclocal.m4
20autom4te.cache/
a6352fd4 21/config.h
06b47e5e
AM
22/include/lttng/config.h
23/include/lttng/stamp-h2
24/include/lttng/ust-version.h
260e475b 25/include/lttng/ust-config.h
f191dcb4 26/config.h.in
ca9e4502
PMF
27config/
28config.log
29config.status
30stamp-h1
fc214788 31libtool
06b47e5e 32lttng-ust.pc
2fa984fd
PMF
33
34ustctl/ustctl
9dc7b7ff 35ust-consumerd/ust-consumerd
c067bf5b 36
a106a9f8
JG
37doc/examples/demo/demo
38doc/examples/easy-ust/sample
39doc/examples/hello-static-lib/hello
5901b5e0
ZT
40doc/examples/gen-tp/sample
41doc/examples/gen-tp/sample_tracepoint.h
641c659a 42doc/examples/demo-tracef/demo-tracef
5751955a 43doc/examples/demo-tracelog/demo-tracelog
e5b701c8 44doc/examples/cmake-multiple-shared-libraries/build/
a106a9f8 45
4ddbd0b7
PP
46doc/man/*.xml
47doc/man/lttng-gen-tp.1
48doc/man/lttng-ust-cyg-profile.3
49doc/man/lttng-ust-dl.3
50doc/man/lttng-ust.3
51doc/man/tracef.3
52doc/man/tracelog.3
53
c067bf5b 54tests/hello/hello
06b47e5e 55tests/hello.cxx/hello
90c09854 56tests/same_line_tracepoint/same_line_tracepoint
06b47e5e
AM
57tests/ust-basic-tracing/ust-basic-tracing
58tests/ust-multi-test/ust-multi-test
c067bf5b
DG
59tests/trace_event/trace_event_test
60tests/tracepoint/benchmark/tracepoint_benchmark
61tests/tracepoint/tracepoint_test
d23b20e9 62tests/snprintf/prog
22609c7a 63tests/ust-elf/prog
f829629f 64tests/ust-elf/test_ust_elf
5901b5e0
ZT
65tests/benchmark/bench1
66tests/benchmark/bench2
f3c7428e
MJ
67tests/ctf-types/ctf-types
68tests/test-app-ctx/hello
5a673446
MD
69tests/gcc-weak-hidden/test-gcc-wh
70tests/gcc-weak-hidden/test_gcc_weak_hidden
43e5396b 71
501f6777 72# Java agent library
43e5396b 73*.class
8e57e02f 74lttng-ust-agent*.jar
97b9093e 75liblttng-ust-agent.jar
501f6777
CB
76classnoinst.stamp
77jni-header.stamp
8ab5c06b 78context-jni-header.stamp
501f6777
CB
79jul-jni-header.stamp
80log4j-jni-header.stamp
8ab5c06b 81org_lttng_ust_agent_context_LttngContextApi.h
6e7bc9e0
AM
82org_lttng_ust_agent_jul_LttngJulApi.h
83org_lttng_ust_agent_log4j_LttngLog4jApi.h
c3e14096
DG
84
85# Python agent
5b6ff569
PP
86python-lttngust/lttngust/__init__.py
87python-lttngust/**/*.pyc
88python-lttngust/build
89python-lttngust/setup.py
This page took 0.032711 seconds and 4 git commands to generate.