Version 2.9.7
[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/
28 config.log
29 config.status
30 stamp-h1
31 libtool
32 lttng-ust.pc
33
34 ustctl/ustctl
35 ust-consumerd/ust-consumerd
36
37 doc/examples/demo/demo
38 doc/examples/easy-ust/sample
39 doc/examples/hello-static-lib/hello
40 doc/examples/gen-tp/sample
41 doc/examples/gen-tp/sample_tracepoint.h
42 doc/examples/demo-tracef/demo-tracef
43 doc/examples/demo-tracelog/demo-tracelog
44 doc/examples/cmake-multiple-shared-libraries/build/
45
46 doc/man/*.xml
47 doc/man/lttng-gen-tp.1
48 doc/man/lttng-ust-cyg-profile.3
49 doc/man/lttng-ust-dl.3
50 doc/man/lttng-ust.3
51 doc/man/tracef.3
52 doc/man/tracelog.3
53
54 tests/hello/hello
55 tests/hello.cxx/hello
56 tests/same_line_tracepoint/same_line_tracepoint
57 tests/ust-basic-tracing/ust-basic-tracing
58 tests/ust-multi-test/ust-multi-test
59 tests/trace_event/trace_event_test
60 tests/tracepoint/benchmark/tracepoint_benchmark
61 tests/tracepoint/tracepoint_test
62 tests/snprintf/prog
63 tests/ust-elf/prog
64 tests/ust-elf/test_ust_elf
65 tests/benchmark/bench1
66 tests/benchmark/bench2
67 tests/ctf-types/ctf-types
68 tests/test-app-ctx/hello
69 tests/gcc-weak-hidden/test-gcc-wh
70 tests/gcc-weak-hidden/test_gcc_weak_hidden
71
72 # Java agent library
73 *.class
74 lttng-ust-agent*.jar
75 liblttng-ust-agent.jar
76 classnoinst.stamp
77 jni-header.stamp
78 context-jni-header.stamp
79 jul-jni-header.stamp
80 log4j-jni-header.stamp
81 org_lttng_ust_agent_context_LttngContextApi.h
82 org_lttng_ust_agent_jul_LttngJulApi.h
83 org_lttng_ust_agent_log4j_LttngLog4jApi.h
84
85 # Python agent
86 python-lttngust/lttngust/__init__.py
87 python-lttngust/**/*.pyc
88 python-lttngust/build
89 python-lttngust/setup.py
This page took 0.031204 seconds and 4 git commands to generate.