Fix: typo 'leat' -> 'least'
[lttng-tools.git] / .gitignore
index 280be42f3b20469d4e463709e87c46af0c4d419f..c25fb7008f843c61212d7943b4800f80618c19c7 100644 (file)
@@ -3,6 +3,7 @@
 *.swp
 *.o
 *.swo
+*.pyc
 Makefile
 .libs/
 .deps/
@@ -14,22 +15,138 @@ Makefile.in
 *.info
 *.bz2
 *.tar
+*.class
+*.trs
+*.log
+.dirstamp
 configure
 aclocal.m4
 autom4te.cache/
 config.h
 config.h.in
-config/
 config.log
 config.status
 stamp-h1
 libtool
 tags
+/config/
 
-ltt-sessiond/ltt-sessiond
-lttng/lttng
-ltt-kconsumerd/ltt-kconsumerd
+.autotools
+.cproject
+.project
+.settings/
 
-tests/test_sessions
-tests/test_kernel_data_trace
-tests/kernel_all_events_basic
+# cscope and ctags
+cscope.*
+tags
+TAGS
+
+# m4 macros not automatically generated
+/m4/libtool.m4
+/m4/ltoptions.m4
+/m4/ltsugar.m4
+/m4/ltversion.m4
+/m4/lt~obsolete.m4
+
+/src/bin/lttng-sessiond/lttng-sessiond
+/src/bin/lttng/lttng
+/src/bin/lttng-consumerd/lttng-consumerd
+/src/bin/lttng-crash/lttng-crash
+/src/bin/lttng-relayd/lttng-relayd
+/src/lib/lttng-ctl/lttng-ctl.pc
+/src/lib/lttng-ctl/filter/filter-grammar-test
+/src/lib/lttng-ctl/filter/filter-lexer.c
+/src/lib/lttng-ctl/filter/filter-parser.c
+/src/lib/lttng-ctl/filter/filter-parser.h
+/src/lib/lttng-ctl/filter/filter-parser.output
+
+/extras/bindings/swig/python/lttng.i
+/extras/bindings/swig/python/lttng.py
+/extras/bindings/swig/python/lttng_wrap.c
+/extras/core-handler/crash
+
+.checkpatch.conf
+
+# Tests
+/tests/unit/test_kernel_data
+/tests/unit/test_session
+/tests/unit/test_uri
+/tests/unit/test_ust_data
+/tests/unit/test_utils_parse_size_suffix
+/tests/unit/test_utils_parse_time_suffix
+/tests/unit/test_utils_expand_path
+/tests/unit/test_notification
+kernel_all_events_basic
+kernel_event_basic
+ust_global_event_wildcard
+ust_global_event_basic
+ust_global_all_events_basic
+gen-nevents
+gen-events-time
+gen-events
+gen-ust-events
+health_check
+/tests/regression/kernel/select_poll_epoll
+/tests/regression/tools/mi/extract_xml
+/tests/regression/tools/mi/validate_xml
+/tests/regression/tools/notification/base_client
+/tests/regression/tools/notification/notification
+/tests/regression/tools/rotation/schedule_api
+/tests/regression/tools/notification/rotation
+/tests/regression/ust/overlap/demo/demo
+/tests/regression/ust/linking/demo_builtin
+/tests/regression/ust/linking/demo_static
+/tests/regression/ust/linking/demo
+/tests/regression/ust/daemon/daemon
+/tests/regression/ust/exit-fast/exit-fast
+/tests/regression/ust/fork/fork
+/tests/regression/ust/fork/fork2
+/tests/regression/ust/libc-wrapper/prog
+/tests/regression/ust/python-logging/test_python_logging
+/tests/regression/ust/baddr-statedump/prog
+/tests/regression/ust/baddr-statedump/prog.debug
+/tests/regression/ust/baddr-statedump/prog.strip
+/tests/regression/ust/type-declarations/type-declarations
+/tests/regression/ust/ust-dl/prog
+/tests/regression/ust/ust-dl/libfoo.so.debug
+/tests/regression/ust/ust-dl/libbar.so.debug
+/tests/regression/ust/ust-dl/libzzz.so.debug
+/tests/regression/ust/ust-dl/test_ust-dl
+/tests/regression/ust/multi-lib/exec-with-callsites
+/tests/regression/ust/multi-lib/exec-without-callsites
+/tests/utils/testapp/gen-syscall-events-callstack/gen-syscall-events-callstack
+/tests/utils/testapp/gen-ust-events/gen-ust-events
+/tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str
+/tests/utils/testapp/gen-ust-nevents/gen-ust-nevents
+/tests/utils/testapp/gen-ust-tracef/gen-ust-tracef
+/tests/utils/testapp/gen-syscall-events/gen-syscall-events
+/tests/regression/tools/live/live_test
+/tests/unit/ini_config/ini_config
+/tests/perf/find_event
+/tests/perf/test_perf_raw
+/tests/unit/test_string_utils
+/tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str
+/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary
+/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary
+/tests/utils/testapp/userspace-probe-sdt-binary/foobar_provider.h
+/tests/utils/testapp/userspace-probe-sdt-binary/userspace-probe-sdt-binary
+
+# man pages
+/doc/man/*.1
+/doc/man/*.3
+/doc/man/*.8
+/doc/man/*.xml
+/doc/man/*.html
+/doc/man/*.h
+/doc/man/asciidoc-attrs.conf
+!/doc/man/lttng-health-check.3
+
+# examples
+/doc/examples/rotation/rotate-client
+
+/benchmark/
+
+/include/version.i
+/include/version.i.tmp
+
+classnoinst.stamp
This page took 0.024647 seconds and 5 git commands to generate.