.gitignore: add installed_files.txt
[babeltrace.git] / .gitignore
CommitLineData
3b4f52ad 1# Generated build files
4c8bfb7e 2*.a
3b4f52ad 3*.exe
463b02a3
MD
4*.la
5*.lo
3b4f52ad 6*.o
3d5e9596 7*.trs
3b4f52ad
PP
8.deps
9.libs
10
d16ccfd1
EB
11# Output of `make dist`
12/babeltrace2-*.tar.bz2
13
3b4f52ad 14# Generated Autotools files
e4b44824 15.dirstamp
24a3136a 16aclocal.m4
3b4f52ad
PP
17/autom4te.cache/
18/config.status
19/config/
20/configure
21libtool
24a3136a 22/m4/libtool.m4
24a3136a
DS
23/m4/ltoptions.m4
24/m4/ltsugar.m4
25/m4/ltversion.m4
3b4f52ad 26/m4/lt~obsolete.m4
4c8bfb7e
MD
27Makefile
28Makefile.in
9cc28aba 29stamp-h1
3b4f52ad 30
d16ccfd1
EB
31# Generated documentation files
32/doc/api/libbabeltrace2/Doxyfile
33/doc/api/libbabeltrace2/output
34/doc/bindings/python/build/
35/doc/man/*.1
36/doc/man/*.7
37/doc/man/asciidoc-attrs.conf
38
3b4f52ad
PP
39# Generated Python files
40*.egg-info
81447b5b 41__pycache__
3b4f52ad 42/src/bindings/python/bt2/dist
d16ccfd1
EB
43/src/bindings/python/bt2/setup.py
44/src/bindings/python/bt2/bt2/native_bt.c
45/src/bindings/python/bt2/bt2/native_bt.d
46/src/bindings/python/bt2/bt2/native_bt.py
47/src/bindings/python/bt2/bt2/version.py
48/src/bindings/python/bt2/build/
f22091b4 49/src/bindings/python/bt2/installed_files.txt
3b4f52ad
PP
50
51# Generated pkg-config files
578e048b 52/src/babeltrace2-ctf-writer.pc
3b4f52ad
PP
53/src/babeltrace2.pc
54
55# Generated configuration/version header files
56/src/common/config.h
57/src/common/config.h.in
58/src/common/version.i
59/src/common/version.i.tmp
60
61# Generated CLI binaries
62/src/cli/*.bin
63/src/cli/babeltrace2
64/src/cli/babeltrace2-log
65
66# Generated `ctf` plugin lexer/parser files
67/src/plugins/ctf/common/src/metadata/tsdl/lexer.cpp
68/src/plugins/ctf/common/src/metadata/tsdl/parser.*pp
69/src/plugins/ctf/common/src/metadata/tsdl/parser.output
70
71# Generated test files
72/tests/**/test-*
73!/tests/**/test-*.sh
74!/tests/**/test-*.[hc]
75!/tests/**/test-*.[hc]pp
76/tests/ctf-writer/ctf-writer
77/tests/lib/conds/conds-triggers
78/tests/lib/plugin
79/tests/plugins/sink.ctf.fs/succeed/gen-trace-double
80/tests/plugins/sink.ctf.fs/succeed/gen-trace-float
81/tests/plugins/src.ctf.fs/succeed/gen-trace-simple
82/tests/utils/env.sh
83
84# Version extra information
85/version
86
87# IDE, editor, development tool, and other files
88*.bkp
cfa45a3c 89*.gcda
3b4f52ad 90*.gcno
cfa45a3c
PP
91*.gcov
92*.html
3b4f52ad
PP
93*.ide
94*.log
d8992d68 95*.stamp
3b4f52ad
PP
96*.sublime-project
97*.sublime-workspace
255725ea 98*.swp
3b4f52ad
PP
99*~
100.cache/
e905d31c 101.clangd
eced29fc 102.coverage
e905d31c 103.gdb_history
b368d553 104.theia
e905d31c 105.vscode
df831d31 106compile_commands.json
3b4f52ad 107cscope*
eced29fc 108htmlcov/
3b4f52ad
PP
109/install/
110TAGS
This page took 0.10336 seconds and 4 git commands to generate.