bootstrap: Standardize on autoreconf -vi
[lttng-ust.git] / .gitignore
CommitLineData
3a7b90de
PMF
1*.so
2*.swp
3*.o
4*.swo
ca9e4502
PMF
5Makefile
6.libs/
7.deps/
8*~
67787f50 9*.a
ca9e4502
PMF
10*.la
11*.lo
12Makefile.in
13*.loT
cf1da69d 14*.info
60e2ee97 15cscope.*
ca9e4502
PMF
16configure
17aclocal.m4
18autom4te.cache/
a6352fd4 19/config.h
06b47e5e
AM
20/include/lttng/config.h
21/include/lttng/stamp-h2
22/include/lttng/ust-version.h
260e475b 23/include/lttng/ust-config.h
f191dcb4 24/config.h.in
ca9e4502
PMF
25config/
26config.log
27config.status
28stamp-h1
fc214788 29libtool
06b47e5e 30lttng-ust.pc
2fa984fd
PMF
31
32ustctl/ustctl
9dc7b7ff 33ust-consumerd/ust-consumerd
c067bf5b 34
a106a9f8
JG
35doc/examples/demo/demo
36doc/examples/easy-ust/sample
37doc/examples/hello-static-lib/hello
5901b5e0
ZT
38doc/examples/gen-tp/sample
39doc/examples/gen-tp/sample_tracepoint.h
641c659a 40doc/examples/demo-tracef/demo-tracef
5751955a 41doc/examples/demo-tracelog/demo-tracelog
a106a9f8 42
4ddbd0b7
PP
43doc/man/*.xml
44doc/man/lttng-gen-tp.1
45doc/man/lttng-ust-cyg-profile.3
46doc/man/lttng-ust-dl.3
47doc/man/lttng-ust.3
48doc/man/tracef.3
49doc/man/tracelog.3
50
c067bf5b 51tests/hello/hello
06b47e5e 52tests/hello.cxx/hello
90c09854 53tests/same_line_tracepoint/same_line_tracepoint
06b47e5e
AM
54tests/ust-basic-tracing/ust-basic-tracing
55tests/ust-multi-test/ust-multi-test
c067bf5b
DG
56tests/trace_event/trace_event_test
57tests/tracepoint/benchmark/tracepoint_benchmark
58tests/tracepoint/tracepoint_test
d23b20e9 59tests/snprintf/prog
22609c7a 60tests/ust-elf/prog
f829629f 61tests/ust-elf/test_ust_elf
5901b5e0
ZT
62tests/benchmark/bench1
63tests/benchmark/bench2
43e5396b 64
501f6777 65# Java agent library
43e5396b 66*.class
8e57e02f 67lttng-ust-agent*.jar
501f6777
CB
68classnoinst.stamp
69jni-header.stamp
8ab5c06b 70context-jni-header.stamp
501f6777
CB
71jul-jni-header.stamp
72log4j-jni-header.stamp
8ab5c06b 73org_lttng_ust_agent_context_LttngContextApi.h
6e7bc9e0
AM
74org_lttng_ust_agent_jul_LttngJulApi.h
75org_lttng_ust_agent_log4j_LttngLog4jApi.h
c3e14096
DG
76
77# Python agent
5b6ff569
PP
78python-lttngust/lttngust/__init__.py
79python-lttngust/**/*.pyc
80python-lttngust/build
81python-lttngust/setup.py
This page took 0.03254 seconds and 4 git commands to generate.