Fix: liblttng-ust-ctl have dependencies on liburcu
[deliverable/lttng-ust.git] / .gitignore
... / ...
CommitLineData
1*.so
2*.swp
3*.o
4*.swo
5*.trs
6*.log
7Makefile
8.libs/
9.deps/
10*~
11*.a
12*.la
13*.lo
14Makefile.in
15*.loT
16*.info
17cscope.*
18configure
19/aclocal.m4
20autom4te.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
43config.log
44config.status
45/stamp-h1
46/libtool
47lttng-ust.pc
48lttng-ust-ctl.pc
49
50ustctl/ustctl
51ust-consumerd/ust-consumerd
52
53doc/examples/demo/demo
54doc/examples/easy-ust/sample
55doc/examples/hello-static-lib/hello
56doc/examples/gen-tp/sample
57doc/examples/gen-tp/sample_tracepoint.h
58doc/examples/demo-tracef/demo-tracef
59doc/examples/demo-tracelog/demo-tracelog
60doc/examples/cmake-multiple-shared-libraries/build/
61
62doc/man/*.xml
63doc/man/lttng-gen-tp.1
64doc/man/lttng-ust-cyg-profile.3
65doc/man/lttng-ust-dl.3
66doc/man/lttng-ust.3
67doc/man/tracef.3
68doc/man/tracelog.3
69doc/man/vtracef.3
70
71tests/hello/hello
72tests/hello-many/hello-many
73tests/hello.cxx/hello
74tests/same_line_tracepoint/same_line_tracepoint
75tests/ust-basic-tracing/ust-basic-tracing
76tests/ust-multi-test/ust-multi-test
77tests/trace_event/trace_event_test
78tests/tracepoint/benchmark/tracepoint_benchmark
79tests/tracepoint/tracepoint_test
80tests/snprintf/test_snprintf
81tests/ust-elf/ust-elf
82tests/ust-elf/test_ust_elf
83tests/benchmark/bench1
84tests/benchmark/bench2
85tests/ctf-types/ctf-types
86tests/test-app-ctx/hello
87tests/gcc-weak-hidden/test_gcc_weak_hidden
88
89# Java agent library
90*.class
91lttng-ust-agent*.jar
92liblttng-ust-agent.jar
93classnoinst.stamp
94jni-header.stamp
95context-jni-header.stamp
96jul-jni-header.stamp
97log4j-jni-header.stamp
98org_lttng_ust_agent_context_LttngContextApi.h
99org_lttng_ust_agent_jul_LttngJulApi.h
100org_lttng_ust_agent_log4j_LttngLog4jApi.h
101
102# Python agent
103python-lttngust/lttngust/__init__.py
104python-lttngust/**/*.pyc
105python-lttngust/build
106python-lttngust/setup.py
This page took 0.023448 seconds and 5 git commands to generate.