Fix: lttng_poll_mod calls compat_(e)poll_add
[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*.trs
20*.log
21*.exe
22.dirstamp
23configure
24aclocal.m4
25autom4te.cache/
26config.h
27config.h.in
28config.log
29config.status
30stamp-h1
31libtool
32tags
33/config/
34
35.autotools
36.cproject
37.project
38.settings/
39
40# cscope and ctags
41cscope.*
42tags
43TAGS
44
45# m4 macros not automatically generated
46/m4/libtool.m4
47/m4/ltoptions.m4
48/m4/ltsugar.m4
49/m4/ltversion.m4
50/m4/lt~obsolete.m4
51
52/src/bin/lttng-sessiond/lttng-sessiond
53/src/bin/lttng/lttng
54/src/bin/lttng-consumerd/lttng-consumerd
55/src/bin/lttng-crash/lttng-crash
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
63
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
68
69.checkpatch.conf
70
71# Tests
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_parse_time_suffix
78/tests/unit/test_utils_expand_path
79/tests/unit/test_notification
80kernel_all_events_basic
81kernel_event_basic
82ust_global_event_wildcard
83ust_global_event_basic
84ust_global_all_events_basic
85gen-nevents
86gen-events-time
87gen-events
88gen-ust-events
89health_check
90/tests/regression/kernel/select_poll_epoll
91/tests/regression/tools/mi/extract_xml
92/tests/regression/tools/mi/validate_xml
93/tests/regression/tools/notification/base_client
94/tests/regression/tools/notification/notification
95/tests/regression/tools/rotation/schedule_api
96/tests/regression/tools/notification/rotation
97/tests/regression/ust/overlap/demo/demo
98/tests/regression/ust/linking/demo_builtin
99/tests/regression/ust/linking/demo_static
100/tests/regression/ust/linking/demo
101/tests/regression/ust/daemon/daemon
102/tests/regression/ust/exit-fast/exit-fast
103/tests/regression/ust/fork/fork
104/tests/regression/ust/fork/fork2
105/tests/regression/ust/libc-wrapper/prog
106/tests/regression/ust/python-logging/test_python_logging
107/tests/regression/ust/baddr-statedump/prog
108/tests/regression/ust/baddr-statedump/prog.debug
109/tests/regression/ust/baddr-statedump/prog.strip
110/tests/regression/ust/type-declarations/type-declarations
111/tests/regression/ust/ust-dl/prog
112/tests/regression/ust/ust-dl/libfoo.so.debug
113/tests/regression/ust/ust-dl/libbar.so.debug
114/tests/regression/ust/ust-dl/libzzz.so.debug
115/tests/regression/ust/ust-dl/test_ust-dl
116/tests/regression/ust/multi-lib/exec-with-callsites
117/tests/regression/ust/multi-lib/exec-without-callsites
118/tests/utils/testapp/gen-syscall-events-callstack/gen-syscall-events-callstack
119/tests/utils/testapp/gen-ust-events/gen-ust-events
120/tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str
121/tests/utils/testapp/gen-ust-nevents/gen-ust-nevents
122/tests/utils/testapp/gen-ust-tracef/gen-ust-tracef
123/tests/utils/testapp/gen-syscall-events/gen-syscall-events
124/tests/regression/tools/live/live_test
125/tests/unit/ini_config/ini_config
126/tests/perf/find_event
127/tests/perf/test_perf_raw
128/tests/unit/test_string_utils
129/tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str
130/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary
131/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary
132/tests/utils/testapp/userspace-probe-sdt-binary/foobar_provider.h
133/tests/utils/testapp/userspace-probe-sdt-binary/userspace-probe-sdt-binary
134
135# man pages
136/doc/man/*.1
137/doc/man/*.3
138/doc/man/*.8
139/doc/man/*.xml
140/doc/man/*.html
141/doc/man/*.h
142/doc/man/asciidoc-attrs.conf
143!/doc/man/lttng-health-check.3
144
145# examples
146/doc/examples/rotation/rotate-client
147
148/benchmark/
149
150/include/version.i
151/include/version.i.tmp
152
153classnoinst.stamp
This page took 0.022198 seconds and 4 git commands to generate.