Add unit tests for lttng_ust_strerror
[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 /include/config.h
22 /include/config.h.in
23 /include/stamp-h1
24 /include/lttng/stamp-h2
25 /include/lttng/stamp-h3
26 /include/lttng/ust-version.h
27 /include/lttng/ust-config.h
28 /config/ar-lib
29 /config/compile
30 /config/config.guess
31 /config/config.sub
32 /config/config.sub
33 /config/depcomp
34 /config/depcomp
35 /config/install-sh
36 /config/ltmain.sh
37 /config/missing
38 /config/test-driver
39 /m4/libtool.m4
40 /m4/lt~obsolete.m4
41 /m4/ltoptions.m4
42 /m4/ltsugar.m4
43 /m4/ltversion.m4
44 config.log
45 config.status
46 /libtool
47 lttng-ust.pc
48 lttng-ust-ctl.pc
49
50 ustctl/ustctl
51 ust-consumerd/ust-consumerd
52
53 doc/examples/demo/demo
54 doc/examples/easy-ust/sample
55 doc/examples/hello-static-lib/hello
56 doc/examples/gen-tp/sample
57 doc/examples/gen-tp/sample_tracepoint.h
58 doc/examples/demo-tracef/demo-tracef
59 doc/examples/demo-tracef/demo-vtracef
60 doc/examples/demo-tracelog/demo-tracelog
61 doc/examples/demo-tracelog/demo-vtracelog
62 doc/examples/cmake-multiple-shared-libraries/build/
63
64 doc/man/*.xml
65 doc/man/lttng-gen-tp.1
66 doc/man/lttng-ust-cyg-profile.3
67 doc/man/lttng-ust-dl.3
68 doc/man/lttng-ust.3
69 doc/man/tracef.3
70 doc/man/tracelog.3
71 doc/man/vtracef.3
72 doc/man/vtracelog.3
73
74 tests/benchmark/bench1
75 tests/benchmark/bench2
76 tests/compile/ctf-types/ctf-types
77 tests/compile/hello.cxx/hello
78 tests/compile/hello/hello
79 tests/compile/hello-many/hello-many
80 tests/compile/same_line_tracepoint/same_line_tracepoint
81 tests/compile/test-app-ctx/hello
82 tests/unit/gcc-weak-hidden/test_gcc_weak_hidden
83 tests/unit/libmsgpack/test_msgpack
84 tests/unit/libringbuffer/test_shm
85 tests/unit/pthread_name/test_pthread_name
86 tests/unit/snprintf/test_snprintf
87 tests/unit/ust-elf/ust-elf
88 tests/unit/ust-error/test_ust_error
89
90 # Java agent library
91 *.class
92 lttng-ust-agent*.jar
93 liblttng-ust-agent.jar
94 classnoinst.stamp
95 jni-header.stamp
96 context-jni-header.stamp
97 jul-jni-header.stamp
98 log4j-jni-header.stamp
99 org_lttng_ust_agent_context_LttngContextApi.h
100 org_lttng_ust_agent_jul_LttngJulApi.h
101 org_lttng_ust_agent_log4j_LttngLog4jApi.h
102
103 # Python agent
104 python-lttngust/lttngust/version.py
105 python-lttngust/**/*.pyc
106 python-lttngust/build
107 python-lttngust/setup.py
108 python-lttngust/build-python-bindings.stamp
109 python-lttngust/copy-static-deps.stamp
This page took 0.03341 seconds and 5 git commands to generate.