Fix: lay out names in exclusion structure correctly
[lttng-tools.git] / .gitignore
index 052ffe4b744faff7259a1d60d65c0ee0cd52ce81..409b5d10595eaafac9c9e0e9a7951a68f7da2f31 100644 (file)
@@ -27,15 +27,28 @@ config.status
 stamp-h1
 libtool
 tags
+/config/
+
+.autotools
+.cproject
+.project
+.settings/
+
+# cscope and ctags
+cscope.*
+tags
 
 # m4 macros not automatically generated
-/config/
-!config/epoll.m4
-!config/config_feature.m4
+/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
@@ -68,6 +81,8 @@ gen-events-time
 gen-events
 gen-ust-events
 health_check
+/tests/regression/tools/mi/extract_xml
+/tests/regression/tools/mi/validate_xml
 /tests/regression/ust/overlap/demo/demo
 /tests/regression/ust/linking/demo_builtin
 /tests/regression/ust/linking/demo_static
@@ -77,10 +92,14 @@ health_check
 /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/utils/testapp/gen-ust-nevents/gen-ust-nevents
+/tests/utils/testapp/gen-ust-tracef/gen-ust-tracef
 /tests/regression/tools/live/live_test
 /tests/unit/ini_config/ini_config
 
 /benchmark/
 
 /include/version.h
+
+classnoinst.stamp
This page took 0.023176 seconds and 4 git commands to generate.