Add some IDE project files to the gitignore
[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.autotools
33.cproject
34.project
35.settings/
36
37# cscope and ctags
38cscope.*
39tags
40
41# m4 macros not automatically generated
42/m4/libtool.m4
43/m4/ltoptions.m4
44/m4/ltsugar.m4
45/m4/ltversion.m4
46/m4/lt~obsolete.m4
47
48/src/bin/lttng-sessiond/lttng-sessiond
49/src/bin/lttng/lttng
50/src/bin/lttng-consumerd/lttng-consumerd
51/src/bin/lttng-crash/lttng-crash
52/src/bin/lttng-relayd/lttng-relayd
53/src/lib/lttng-ctl/lttng-ctl.pc
54/src/lib/lttng-ctl/filter/filter-grammar-test
55/src/lib/lttng-ctl/filter/filter-lexer.c
56/src/lib/lttng-ctl/filter/filter-parser.c
57/src/lib/lttng-ctl/filter/filter-parser.h
58/src/lib/lttng-ctl/filter/filter-parser.output
59
60/extras/bindings/swig/python/lttng.i
61/extras/bindings/swig/python/lttng.py
62/extras/bindings/swig/python/lttng_wrap.c
63/extras/core-handler/crash
64
65.checkpatch.conf
66
67# Tests
68/tests/unit/test_kernel_data
69/tests/unit/test_session
70/tests/unit/test_uri
71/tests/unit/test_ust_data
72/tests/unit/test_utils_parse_size_suffix
73/tests/unit/test_utils_expand_path
74kernel_all_events_basic
75kernel_event_basic
76ust_global_event_wildcard
77ust_global_event_basic
78ust_global_all_events_basic
79gen-nevents
80gen-events-time
81gen-events
82gen-ust-events
83health_check
84/tests/regression/tools/mi/extract_xml
85/tests/regression/tools/mi/validate_xml
86/tests/regression/ust/overlap/demo/demo
87/tests/regression/ust/linking/demo_builtin
88/tests/regression/ust/linking/demo_static
89/tests/regression/ust/linking/demo
90/tests/regression/ust/daemon/daemon
91/tests/regression/ust/exit-fast/exit-fast
92/tests/regression/ust/fork/fork
93/tests/regression/ust/fork/fork2
94/tests/regression/ust/libc-wrapper/prog
95tests/regression/ust/python-logging/test_python_logging
96/tests/utils/testapp/gen-ust-nevents/gen-ust-nevents
97/tests/utils/testapp/gen-ust-tracef/gen-ust-tracef
98/tests/regression/tools/live/live_test
99/tests/unit/ini_config/ini_config
100
101/benchmark/
102
103/include/version.h
104
105classnoinst.stamp
This page took 0.022467 seconds and 4 git commands to generate.