6574f44eb45901e56efb805d2bff772898a54f38
[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/compile
28 /config/config.guess
29 /config/config.sub
30 /config/config.sub
31 /config/depcomp
32 /config/depcomp
33 /config/install-sh
34 /config/ltmain.sh
35 /config/missing
36 /config/test-driver
37 /m4/libtool.m4
38 /m4/lt~obsolete.m4
39 /m4/ltoptions.m4
40 /m4/ltsugar.m4
41 /m4/ltversion.m4
42 config.log
43 config.status
44 /stamp-h1
45 /libtool
46 lttng-ust.pc
47
48 ustctl/ustctl
49 ust-consumerd/ust-consumerd
50
51 doc/examples/demo/demo
52 doc/examples/easy-ust/sample
53 doc/examples/hello-static-lib/hello
54 doc/examples/gen-tp/sample
55 doc/examples/gen-tp/sample_tracepoint.h
56 doc/examples/demo-tracef/demo-tracef
57 doc/examples/demo-tracef/demo-vtracef
58 doc/examples/demo-tracelog/demo-tracelog
59 doc/examples/cmake-multiple-shared-libraries/build/
60
61 doc/man/*.xml
62 doc/man/lttng-gen-tp.1
63 doc/man/lttng-ust-cyg-profile.3
64 doc/man/lttng-ust-dl.3
65 doc/man/lttng-ust.3
66 doc/man/tracef.3
67 doc/man/tracelog.3
68
69 tests/hello/hello
70 tests/hello-many/hello-many
71 tests/hello.cxx/hello
72 tests/same_line_tracepoint/same_line_tracepoint
73 tests/ust-basic-tracing/ust-basic-tracing
74 tests/ust-multi-test/ust-multi-test
75 tests/trace_event/trace_event_test
76 tests/tracepoint/benchmark/tracepoint_benchmark
77 tests/tracepoint/tracepoint_test
78 tests/snprintf/test_snprintf
79 tests/ust-elf/ust-elf
80 tests/ust-elf/test_ust_elf
81 tests/benchmark/bench1
82 tests/benchmark/bench2
83 tests/ctf-types/ctf-types
84 tests/test-app-ctx/hello
85 tests/gcc-weak-hidden/test_gcc_weak_hidden
86
87 # Java agent library
88 *.class
89 lttng-ust-agent*.jar
90 liblttng-ust-agent.jar
91 classnoinst.stamp
92 jni-header.stamp
93 context-jni-header.stamp
94 jul-jni-header.stamp
95 log4j-jni-header.stamp
96 org_lttng_ust_agent_context_LttngContextApi.h
97 org_lttng_ust_agent_jul_LttngJulApi.h
98 org_lttng_ust_agent_log4j_LttngLog4jApi.h
99
100 # Python agent
101 python-lttngust/lttngust/__init__.py
102 python-lttngust/**/*.pyc
103 python-lttngust/build
104 python-lttngust/setup.py
This page took 0.031149 seconds and 3 git commands to generate.