Fix live timer calculation error
[lttng-tools.git] / .gitignore
... / ...
CommitLineData
1*.o
2*.so
3*.swp
4*.o
5*.swo
6*.pyc
7Makefile
8.libs/
9.deps/
10*~
11*.la
12*.lo
13Makefile.in
14*.loT
15*.info
16*.bz2
17*.tar
18*.class
19.dirstamp
20configure
21aclocal.m4
22autom4te.cache/
23config.h
24config.h.in
25config.log
26config.status
27stamp-h1
28libtool
29tags
30/config/
31
32# cscope and ctags
33cscope.*
34tags
35
36# m4 macros not automatically generated
37/m4/libtool.m4
38/m4/ltoptions.m4
39/m4/ltsugar.m4
40/m4/ltversion.m4
41/m4/lt~obsolete.m4
42
43/src/bin/lttng-sessiond/lttng-sessiond
44/src/bin/lttng/lttng
45/src/bin/lttng-consumerd/lttng-consumerd
46/src/bin/lttng-crash/lttng-crash
47/src/bin/lttng-relayd/lttng-relayd
48/src/lib/lttng-ctl/lttng-ctl.pc
49/src/lib/lttng-ctl/filter/filter-grammar-test
50/src/lib/lttng-ctl/filter/filter-lexer.c
51/src/lib/lttng-ctl/filter/filter-parser.c
52/src/lib/lttng-ctl/filter/filter-parser.h
53/src/lib/lttng-ctl/filter/filter-parser.output
54
55/extras/bindings/swig/python/lttng.i
56/extras/bindings/swig/python/lttng.py
57/extras/bindings/swig/python/lttng_wrap.c
58/extras/core-handler/crash
59
60.checkpatch.conf
61
62# Tests
63/tests/unit/test_kernel_data
64/tests/unit/test_session
65/tests/unit/test_uri
66/tests/unit/test_ust_data
67/tests/unit/test_utils_parse_size_suffix
68/tests/unit/test_utils_expand_path
69kernel_all_events_basic
70kernel_event_basic
71ust_global_event_wildcard
72ust_global_event_basic
73ust_global_all_events_basic
74gen-nevents
75gen-events-time
76gen-events
77gen-ust-events
78health_check
79/tests/regression/tools/mi/extract_xml
80/tests/regression/tools/mi/validate_xml
81/tests/regression/ust/overlap/demo/demo
82/tests/regression/ust/linking/demo_builtin
83/tests/regression/ust/linking/demo_static
84/tests/regression/ust/linking/demo
85/tests/regression/ust/daemon/daemon
86/tests/regression/ust/exit-fast/exit-fast
87/tests/regression/ust/fork/fork
88/tests/regression/ust/fork/fork2
89/tests/regression/ust/libc-wrapper/prog
90tests/regression/ust/python-logging/test_python_logging
91/tests/utils/testapp/gen-ust-nevents/gen-ust-nevents
92/tests/utils/testapp/gen-ust-tracef/gen-ust-tracef
93/tests/regression/tools/live/live_test
94/tests/unit/ini_config/ini_config
95
96/benchmark/
97
98/include/version.h
99
100classnoinst.stamp
This page took 0.023417 seconds and 5 git commands to generate.