Update gitignore
[lttng-ust.git] / .gitignore
1 *.so
2 *.swp
3 *.o
4 *.swo
5 Makefile
6 .libs/
7 .deps/
8 *~
9 *.a
10 *.la
11 *.lo
12 Makefile.in
13 *.loT
14 *.info
15 configure
16 aclocal.m4
17 autom4te.cache/
18 /config.h
19 /include/lttng/config.h
20 /include/lttng/stamp-h2
21 /include/lttng/ust-version.h
22 /config.h.in
23 config/
24 config.log
25 config.status
26 stamp-h1
27 libtool
28 lttng-ust.pc
29
30 ustctl/ustctl
31 ust-consumerd/ust-consumerd
32
33 tests/basic/basic
34 tests/basic_long/basic_long
35 tests/demo/demo
36 tests/dlopen/dlopen
37 tests/exit-fast/exit-fast
38 tests/fork/fork
39 tests/fork/fork2
40 tests/hello/hello
41 tests/hello.cxx/hello
42 tests/hello2/hello2
43 tests/libustctl_function_tests/libustctl_function_tests
44 tests/register_test/register_test
45 tests/same_line_marker/same_line_marker
46 tests/ust-basic-tracing/ust-basic-tracing
47 tests/ust-multi-test/ust-multi-test
48 tests/test-libustinstr-malloc/prog
49 tests/test-nevents/prog
50 tests/trace_event/trace_event_test
51 tests/tracepoint/benchmark/tracepoint_benchmark
52 tests/tracepoint/tracepoint_test
53 tests/hello-static-lib/hello
This page took 0.031931 seconds and 5 git commands to generate.