build: include clear.h in dist
[lttng-tools.git] / .gitignore
CommitLineData
fac6795d
DG
1*.o
2*.so
3*.swp
4*.o
5*.swo
355f483d 6*.pyc
fac6795d
DG
7Makefile
8.libs/
9.deps/
10*~
11*.la
12*.lo
13Makefile.in
14*.loT
15*.info
8ca96153
DG
16*.bz2
17*.tar
37175ce4 18*.class
a36b26b4
MJ
19*.trs
20*.log
3275e109 21*.exe
7a1a6ffe 22.dirstamp
fac6795d
DG
23configure
24aclocal.m4
25autom4te.cache/
26config.h
27config.h.in
fac6795d
DG
28config.log
29config.status
30stamp-h1
31libtool
4e332453 32tags
b7d2e95f 33/config/
fac6795d 34
44f545c8
AM
35.autotools
36.cproject
37.project
38.settings/
39
ad866a5c
DG
40# cscope and ctags
41cscope.*
42tags
f8e36461 43TAGS
ad866a5c 44
71615260 45# m4 macros not automatically generated
b7d2e95f
MJ
46/m4/libtool.m4
47/m4/ltoptions.m4
48/m4/ltsugar.m4
49/m4/ltversion.m4
50/m4/lt~obsolete.m4
71615260 51
e1748b1f
DG
52/src/bin/lttng-sessiond/lttng-sessiond
53/src/bin/lttng/lttng
54/src/bin/lttng-consumerd/lttng-consumerd
d7ba1388 55/src/bin/lttng-crash/lttng-crash
e1748b1f
DG
56/src/bin/lttng-relayd/lttng-relayd
57/src/lib/lttng-ctl/lttng-ctl.pc
58/src/lib/lttng-ctl/filter/filter-grammar-test
59/src/lib/lttng-ctl/filter/filter-lexer.c
60/src/lib/lttng-ctl/filter/filter-parser.c
61/src/lib/lttng-ctl/filter/filter-parser.h
62/src/lib/lttng-ctl/filter/filter-parser.output
5a82525d 63
e1748b1f
DG
64/extras/bindings/swig/python/lttng.i
65/extras/bindings/swig/python/lttng.py
66/extras/bindings/swig/python/lttng_wrap.c
67/extras/core-handler/crash
36907cb5 68
de800f52
CB
69.checkpatch.conf
70
355f483d 71# Tests
e1748b1f
DG
72/tests/unit/test_kernel_data
73/tests/unit/test_session
74/tests/unit/test_uri
75/tests/unit/test_ust_data
76/tests/unit/test_utils_parse_size_suffix
77/tests/unit/test_utils_expand_path
7e68a16e 78/tests/unit/test_notification
355f483d
DG
79kernel_all_events_basic
80kernel_event_basic
a62e3ec7 81ust_global_event_wildcard
355f483d 82ust_global_event_basic
ae4349c8 83ust_global_all_events_basic
355f483d
DG
84gen-nevents
85gen-events-time
e72d66a6 86gen-events
f4e40ab6 87gen-ust-events
55009a22 88health_check
87e96404 89/tests/regression/kernel/select_poll_epoll
c311f25f
JRJ
90/tests/regression/tools/mi/extract_xml
91/tests/regression/tools/mi/validate_xml
dc890bff
JR
92/tests/regression/tools/notification/base_client
93/tests/regression/tools/notification/notification
e1748b1f
DG
94/tests/regression/ust/overlap/demo/demo
95/tests/regression/ust/linking/demo_builtin
96/tests/regression/ust/linking/demo_static
97/tests/regression/ust/linking/demo
98/tests/regression/ust/daemon/daemon
99/tests/regression/ust/exit-fast/exit-fast
100/tests/regression/ust/fork/fork
101/tests/regression/ust/fork/fork2
102/tests/regression/ust/libc-wrapper/prog
87e96404 103/tests/regression/ust/python-logging/test_python_logging
d4f53cc3
AB
104/tests/regression/ust/baddr-statedump/prog
105/tests/regression/ust/baddr-statedump/prog.debug
65385a82 106/tests/regression/ust/baddr-statedump/prog.strip
a36b26b4 107/tests/regression/ust/type-declarations/type-declarations
c70c42cc 108/tests/regression/ust/ust-dl/prog
65385a82 109/tests/regression/ust/ust-dl/libfoo.so.debug
d8ed06af 110/tests/regression/ust/ust-dl/libbar.so.debug
87e96404 111/tests/regression/ust/ust-dl/libzzz.so.debug
86c6fe88 112/tests/regression/ust/ust-dl/test_ust-dl
e1748b1f 113/tests/utils/testapp/gen-ust-nevents/gen-ust-nevents
4e54c024 114/tests/utils/testapp/gen-ust-tracef/gen-ust-tracef
e1748b1f
DG
115/tests/regression/tools/live/live_test
116/tests/unit/ini_config/ini_config
6faa26ca
JD
117/tests/perf/find_event
118/tests/perf/test_perf_raw
87e96404
MJ
119/tests/unit/test_string_utils
120/tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str
56c86879 121
2a303c4e
PP
122# man pages
123/doc/man/*.1
124/doc/man/*.3
125/doc/man/*.8
126/doc/man/*.xml
127/doc/man/*.html
4fc83d94 128/doc/man/*.h
c4ee4984 129/doc/man/asciidoc-attrs.conf
2a303c4e 130!/doc/man/lttng-health-check.3
2a303c4e 131
e1748b1f 132/benchmark/
88564da0
RB
133
134/include/version.h
0b7af945
MJ
135
136classnoinst.stamp
This page took 0.057365 seconds and 5 git commands to generate.