ir: add internal field path getters
[babeltrace.git] / .gitignore
1 *~
2 /tests/lib/test_bitfield
3 /tests/lib/test_seek
4 /tests/lib/test_ctf_writer
5 /tests/lib/test_bt_objects
6 *.o
7 *.a
8 *.la
9 *.lo
10 *.exe
11 .libs
12 .deps
13 *.bkp
14 ctf-lexer.c
15 ctf-parser.c
16 ctf-parser.h
17 ctf-parser-test
18 /converter/babeltrace
19 /config.h
20 /config.h.in
21 /config.status
22 *.log
23 aclocal.m4
24 /m4/libtool.m4
25 /m4/lt~obsolete.m4
26 /m4/ltoptions.m4
27 /m4/ltsugar.m4
28 /m4/ltversion.m4
29 libtool
30 /configure
31 Makefile
32 Makefile.in
33 autom4te.cache/
34 config/
35 converter/babeltrace-log
36 core
37 formats/ctf/metadata/ctf-parser.output
38 stamp-h1
39 bindings/python/__init__.py
40 bindings/python/nativebt.py
41 bindings/python/nativebt_wrap.c
42 bindings/python/__pycache__
43 babeltrace.pc
44 babeltrace-ctf.pc
This page took 0.030845 seconds and 4 git commands to generate.