docs: Add supported versions and fix-backport policy
[lttng-ust.git] / .gitignore
1 *.so
2 *.swp
3 *.o
4 *.swo
5 *.trs
6 *.log
7 Makefile
8 .libs/
9 .deps/
10 *~
11 *.a
12 *.la
13 *.lo
14 Makefile.in
15 *.loT
16 *.info
17 cscope.*
18 configure
19 /aclocal.m4
20 autom4te.cache/
21 /config.h
22 /include/lttng/config.h
23 /include/lttng/stamp-h2
24 /include/lttng/ust-version.h
25 /include/lttng/ust-config.h
26 /config.h.in
27 /config/ar-lib
28 /config/compile
29 /config/config.guess
30 /config/config.sub
31 /config/config.sub
32 /config/depcomp
33 /config/depcomp
34 /config/install-sh
35 /config/ltmain.sh
36 /config/missing
37 /config/test-driver
38 /m4/libtool.m4
39 /m4/lt~obsolete.m4
40 /m4/ltoptions.m4
41 /m4/ltsugar.m4
42 /m4/ltversion.m4
43 config.log
44 config.status
45 /stamp-h1
46 /libtool
47 lttng-ust.pc
48 lttng-ust-ctl.pc
49
50 ustctl/ustctl
51 ust-consumerd/ust-consumerd
52
53 doc/examples/demo/demo
54 doc/examples/easy-ust/sample
55 doc/examples/hello-static-lib/hello
56 doc/examples/gen-tp/sample
57 doc/examples/gen-tp/sample_tracepoint.h
58 doc/examples/demo-tracef/demo-tracef
59 doc/examples/demo-tracef/demo-vtracef
60 doc/examples/demo-tracelog/demo-tracelog
61 doc/examples/demo-tracelog/demo-vtracelog
62 doc/examples/cmake-multiple-shared-libraries/build/
63
64 doc/man/*.xml
65 doc/man/lttng-gen-tp.1
66 doc/man/lttng-ust-cyg-profile.3
67 doc/man/lttng-ust-dl.3
68 doc/man/lttng-ust.3
69 doc/man/tracef.3
70 doc/man/tracelog.3
71 doc/man/vtracef.3
72
73 tests/hello/hello
74 tests/hello-many/hello-many
75 tests/hello.cxx/hello
76 tests/same_line_tracepoint/same_line_tracepoint
77 tests/ust-basic-tracing/ust-basic-tracing
78 tests/ust-multi-test/ust-multi-test
79 tests/trace_event/trace_event_test
80 tests/tracepoint/benchmark/tracepoint_benchmark
81 tests/tracepoint/tracepoint_test
82 tests/snprintf/test_snprintf
83 tests/ust-elf/ust-elf
84 tests/ust-elf/test_ust_elf
85 tests/benchmark/bench1
86 tests/benchmark/bench2
87 tests/ctf-types/ctf-types
88 tests/test-app-ctx/hello
89 tests/gcc-weak-hidden/test_gcc_weak_hidden
90
91 # Java agent library
92 *.class
93 lttng-ust-agent*.jar
94 liblttng-ust-agent.jar
95 classnoinst.stamp
96 jni-header.stamp
97 context-jni-header.stamp
98 jul-jni-header.stamp
99 log4j-jni-header.stamp
100 org_lttng_ust_agent_context_LttngContextApi.h
101 org_lttng_ust_agent_jul_LttngJulApi.h
102 org_lttng_ust_agent_log4j_LttngLog4jApi.h
103
104 # Python agent
105 python-lttngust/lttngust/__init__.py
106 python-lttngust/**/*.pyc
107 python-lttngust/build
108 python-lttngust/setup.py
This page took 0.031225 seconds and 4 git commands to generate.