Fix python agent build/install/uninstall with DESTDIR specified
[deliverable/lttng-ust.git] / .gitignore
... / ...
CommitLineData
1*.so
2*.swp
3*.o
4*.swo
5Makefile
6.libs/
7.deps/
8*~
9*.a
10*.la
11*.lo
12Makefile.in
13*.loT
14*.info
15cscope.*
16configure
17aclocal.m4
18autom4te.cache/
19/config.h
20/include/lttng/config.h
21/include/lttng/stamp-h2
22/include/lttng/ust-version.h
23/include/lttng/ust-config.h
24/config.h.in
25config/
26config.log
27config.status
28stamp-h1
29libtool
30lttng-ust.pc
31
32ustctl/ustctl
33ust-consumerd/ust-consumerd
34
35doc/examples/demo/demo
36doc/examples/easy-ust/sample
37doc/examples/hello-static-lib/hello
38doc/examples/gen-tp/sample
39doc/examples/gen-tp/sample_tracepoint.h
40doc/examples/demo-tracef/demo-tracef
41doc/examples/demo-tracelog/demo-tracelog
42
43tests/hello/hello
44tests/hello.cxx/hello
45tests/same_line_tracepoint/same_line_tracepoint
46tests/ust-basic-tracing/ust-basic-tracing
47tests/ust-multi-test/ust-multi-test
48tests/trace_event/trace_event_test
49tests/tracepoint/benchmark/tracepoint_benchmark
50tests/tracepoint/tracepoint_test
51tests/snprintf/prog
52tests/ust-elf/prog
53tests/ust-elf/test_ust_elf
54tests/benchmark/bench1
55tests/benchmark/bench2
56
57# Java agent library
58*.class
59lttng-ust-agent*.jar
60classnoinst.stamp
61jni-header.stamp
62jul-jni-header.stamp
63log4j-jni-header.stamp
64org_lttng_ust_agent_jul_LttngLogHandler.h
65org_lttng_ust_agent_log4j_LttngLogAppender.h
66
67# Python agent
68liblttng-ust-python-agent/lttngust/__init__.py
69liblttng-ust-python-agent/**/*.pyc
70liblttng-ust-python-agent/build
71liblttng-ust-python-agent/install_files.txt
72liblttng-ust-python-agent/setup.py
This page took 0.022778 seconds and 5 git commands to generate.