Add cscope to 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 cscope.*
16 configure
17 aclocal.m4
18 autom4te.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
25 config/
26 config.log
27 config.status
28 stamp-h1
29 libtool
30 lttng-ust.pc
31
32 ustctl/ustctl
33 ust-consumerd/ust-consumerd
34
35 doc/examples/demo/demo
36 doc/examples/easy-ust/sample
37 doc/examples/hello-static-lib/hello
38 doc/examples/gen-tp/sample
39 doc/examples/gen-tp/sample_tracepoint.h
40 doc/examples/demo-tracef/demo-tracef
41
42 tests/hello/hello
43 tests/hello.cxx/hello
44 tests/same_line_tracepoint/same_line_tracepoint
45 tests/ust-basic-tracing/ust-basic-tracing
46 tests/ust-multi-test/ust-multi-test
47 tests/trace_event/trace_event_test
48 tests/tracepoint/benchmark/tracepoint_benchmark
49 tests/tracepoint/tracepoint_test
50 tests/snprintf/prog
51 tests/benchmark/bench1
52 tests/benchmark/bench2
53
54 # Java JUL library
55 *.class
56 liblttng-ust-jul.jar
57 org_lttng_ust_jul_LTTngUst.h
This page took 0.031738 seconds and 5 git commands to generate.